#D4DB74

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

Shades of Goldenrod #D4DB74

Tints of Goldenrod #D4DB74

Color information

#D4DB74 (or 0xD4DB74) is unknown color: approx Goldenrod. HEX triplet: D4, DB and 74. RGB value is (212,219,116). Sum of RGB (Red+Green+Blue) = 212+219+116=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DB74 is #2B248B. Grayscale: #CDCDCD. Windows color (decimal): -2827404 or 7658452. OLE color: 7658452.

HSL color Cylindrical-coordinate representation of color #D4DB74: hue angle of 64.08º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4DB74 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB212219116-
CMYK0.0300.470.14
HSL64.08º58.86%65.69%-
HSV(B)64.08º47.03%85.88%-
XYZ55.6465.9226.31-
YUV205.1677.68132.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=38.76%
G=40.04%
B=21.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191160.0300.470.1464.0858.8665.69
HexD4DB74302FE403b42
Octal32433316430571610073102
Binary11010100110110111110100110101111111010000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DB74; }

 p { color: rgb(212,219,116); }

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

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

 a { background-color: rgb(212,219,116); }

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

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

 span { border-color: rgb(212,219,116); }

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