#D4D66C

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

Shades of Goldenrod #D4D66C

Tints of Goldenrod #D4D66C

Color information

#D4D66C (or 0xD4D66C) is unknown color: approx Goldenrod. HEX triplet: D4, D6 and 6C. RGB value is (212,214,108). Sum of RGB (Red+Green+Blue) = 212+214+108=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D66C is #2B2993. Grayscale: #C9C9C9. Windows color (decimal): -2828692 or 7132884. OLE color: 7132884.

HSL color Cylindrical-coordinate representation of color #D4D66C: hue angle of 61.13º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D66C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB212214108-
CMYK0.0100.500.16
HSL61.13º56.38%63.14%-
HSV(B)61.13º49.53%83.92%-
XYZ53.963.1723.54-
YUV201.3275.34135.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 108 (42.58% from 255) = 20.22%
R=39.70%
G=40.07%
B=20.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141080.0100.500.1661.1356.3863.14
HexD4D66C1032103d383f
Octal324326154106220757077
Binary110101001101011011011001011001010000111101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D66C; }

 p { color: rgb(212,214,108); }

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

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

 a { background-color: rgb(212,214,108); }

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

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

 span { border-color: rgb(212,214,108); }

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