#D4CE7D

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

Shades of Deco #D4CE7D

Tints of Deco #D4CE7D

Color information

#D4CE7D (or 0xD4CE7D) is unknown color: approx Deco. HEX triplet: D4, CE and 7D. RGB value is (212,206,125). Sum of RGB (Red+Green+Blue) = 212+206+125=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE7D is #2B3182. Grayscale: #C6C6C6. Windows color (decimal): -2830723 or 8244948. OLE color: 8244948.

HSL color Cylindrical-coordinate representation of color #D4CE7D: hue angle of 55.86º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4CE7D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212206125-
CMYK00.030.410.17
HSL55.86º50.29%66.08%-
HSV(B)55.86º41.04%83.14%-
XYZ52.9259.6228.12-
YUV198.5686.49137.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=39.04%
G=37.94%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220612500.030.410.1755.8650.2966.08
HexD4CE7D032911383242
Octal3243161750351217062102
Binary11010100110011101111101011101001100011110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE7D; }

 p { color: rgb(212,206,125); }

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

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

 a { background-color: rgb(212,206,125); }

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

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

 span { border-color: rgb(212,206,125); }

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