#D4D57E

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

Shades of Deco #D4D57E

Tints of Deco #D4D57E

Color information

#D4D57E (or 0xD4D57E) is unknown color: approx Deco. HEX triplet: D4, D5 and 7E. RGB value is (212,213,126). Sum of RGB (Red+Green+Blue) = 212+213+126=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D57E is #2B2A81. Grayscale: #CBCBCB. Windows color (decimal): -2828930 or 8312276. OLE color: 8312276.

HSL color Cylindrical-coordinate representation of color #D4D57E: hue angle of 60.69º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4D57E is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB212213126-
CMYK0.0000.410.16
HSL60.69º50.88%66.47%-
HSV(B)60.69º40.85%83.53%-
XYZ54.7163.0929.03-
YUV202.7884.67134.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=38.48%
G=38.66%
B=22.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131260.0000.410.1660.6950.8866.47
HexD4D57E0029103d3342
Octal3243251760051207563102
Binary1101010011010101111111000101001100001111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D57E; }

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

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

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

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

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

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

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

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