#d0ce7e

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

Shades of Deco #D0CE7E

Tints of Deco #D0CE7E

Color information

#D0CE7E (or 0xD0CE7E) is unknown color: approx Deco. HEX triplet: D0, CE and 7E. RGB value is (208,206,126). Sum of RGB (Red+Green+Blue) = 208+206+126=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE7E is #2F3181. Grayscale: #C5C5C5. Windows color (decimal): -3092866 or 8310480. OLE color: 8310480.

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

Color convert

RGB208206126-
CMYK00.010.390.18
HSL58.54º46.59%65.49%-
HSV(B)58.54º39.42%81.57%-
XYZ51.8559.0628.41-
YUV197.4887.66135.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=38.52%
G=38.15%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820612600.010.390.1858.5446.5965.49
HexD0CE7E0127123b2f41
Octal3203161760147227357101
Binary1101000011001110111111001100111100101110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0ce7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0ce7e; }

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

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

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

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

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

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

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

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