#D0CE74

Color #D0CE74 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D0CE74

Tints of Deco #D0CE74

Color information

#D0CE74 (or 0xD0CE74) is unknown color: approx Deco. HEX triplet: D0, CE and 74. RGB value is (208,206,116). Sum of RGB (Red+Green+Blue) = 208+206+116=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE74 is #2F318B. Grayscale: #C4C4C4. Windows color (decimal): -3092876 or 7655120. OLE color: 7655120.

HSL color Cylindrical-coordinate representation of color #D0CE74: hue angle of 58.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0CE74 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208206116-
CMYK00.010.440.18
HSL58.7º49.46%63.53%-
HSV(B)58.7º44.23%81.57%-
XYZ51.2458.8125.17-
YUV196.3482.66136.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 116 (45.70% from 255) = 21.89%
R=39.25%
G=38.87%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820611600.010.440.1858.749.4663.53
HexD0CE74012C123b3140
Octal3203161640154227361100
Binary1101000011001110111010001101100100101110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CE74; }

 p { color: rgb(208,206,116); }

 H1.HeaderClassName
 {
   color: #D0CE74;
 }
 .AnyTagClassName
 {
   color: #D0CE74;
 }
</style>
background-color css

<style>
 a { background-color: #D0CE74; }

 a { background-color: rgb(208,206,116); }

 div.DivClassName
 {
   background-color: #D0CE74;
 }
 .BgClassName
 {
   background-color: #D0CE74;
 }
</style>
border-color css

<style>
 span { border-color: #D0CE74; }

 span { border-color: rgb(208,206,116); }

 td.TdClassName
 {
   border-color: #D0CE74;
 }
 .TagClassName
 {
   border-color: #D0CE74;
 }
</style>