#D2CE7C

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

Shades of Deco #D2CE7C

Tints of Deco #D2CE7C

Color information

#D2CE7C (or 0xD2CE7C) is unknown color: approx Deco. HEX triplet: D2, CE and 7C. RGB value is (210,206,124). Sum of RGB (Red+Green+Blue) = 210+206+124=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE7C is #2D3183. Grayscale: #C6C6C6. Windows color (decimal): -2961796 or 8179410. OLE color: 8179410.

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

Color convert

RGB210206124-
CMYK00.020.410.18
HSL57.21º48.86%65.49%-
HSV(B)57.21º40.95%82.35%-
XYZ52.2959.327.76-
YUV197.8586.33136.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 124 (48.83% from 255) = 22.96%
R=38.89%
G=38.15%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020612400.020.410.1857.2148.8665.49
HexD2CE7C022912393141
Octal3223161740251227161101
Binary11010010110011101111100010101001100101110011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE7C; }

 p { color: rgb(210,206,124); }

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

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

 a { background-color: rgb(210,206,124); }

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

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

 span { border-color: rgb(210,206,124); }

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