#D4D178

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

Shades of Deco #D4D178

Tints of Deco #D4D178

Color information

#D4D178 (or 0xD4D178) is unknown color: approx Deco. HEX triplet: D4, D1 and 78. RGB value is (212,209,120). Sum of RGB (Red+Green+Blue) = 212+209+120=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D178 is #2B2E87. Grayscale: #C8C8C8. Windows color (decimal): -2829960 or 7918036. OLE color: 7918036.

HSL color Cylindrical-coordinate representation of color #D4D178: hue angle of 58.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4D178 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212209120-
CMYK00.010.430.17
HSL58.04º51.69%65.1%-
HSV(B)58.04º43.4%83.14%-
XYZ53.3460.9526.72-
YUV199.7582.99136.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 120 (47.27% from 255) = 22.18%
R=39.19%
G=38.63%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220912000.010.430.1758.0451.6965.1
HexD4D178012B113a3441
Octal3243211700153217264101
Binary1101010011010001111100001101011100011110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D178; }

 p { color: rgb(212,209,120); }

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

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

 a { background-color: rgb(212,209,120); }

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

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

 span { border-color: rgb(212,209,120); }

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