#D4D07E

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

Shades of Deco #D4D07E

Tints of Deco #D4D07E

Color information

#D4D07E (or 0xD4D07E) is unknown color: approx Deco. HEX triplet: D4, D0 and 7E. RGB value is (212,208,126). Sum of RGB (Red+Green+Blue) = 212+208+126=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D07E is #2B2F81. Grayscale: #C8C8C8. Windows color (decimal): -2830210 or 8310996. OLE color: 8310996.

HSL color Cylindrical-coordinate representation of color #D4D07E: hue angle of 57.21º 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 #D4D07E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212208126-
CMYK00.020.410.17
HSL57.21º50%66.27%-
HSV(B)57.21º40.57%83.14%-
XYZ53.4760.6228.62-
YUV199.8586.33136.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 126 (49.61% from 255) = 23.08%
R=38.83%
G=38.10%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220812600.020.410.1757.215066.27
HexD4D07E022911393242
Octal3243201760251217162102
Binary11010100110100001111110010101001100011110011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D07E; }

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

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

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

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

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

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

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

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