#D4CC64

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

Shades of Goldenrod #D4CC64

Tints of Goldenrod #D4CC64

Color information

#D4CC64 (or 0xD4CC64) is unknown color: approx Goldenrod. HEX triplet: D4, CC and 64. RGB value is (212,204,100). Sum of RGB (Red+Green+Blue) = 212+204+100=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC64 is #2B339B. Grayscale: #C2C2C2. Windows color (decimal): -2831260 or 6606036. OLE color: 6606036.

HSL color Cylindrical-coordinate representation of color #D4CC64: hue angle of 55.71º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4CC64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB212204100-
CMYK00.040.530.17
HSL55.71º56.57%61.18%-
HSV(B)55.71º52.83%83.14%-
XYZ51.0458.120.58-
YUV194.5474.65140.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 100 (39.45% from 255) = 19.38%
R=41.09%
G=39.53%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220410000.040.530.1755.7156.5761.18
HexD4CC6404351138393d
Octal324314144046521707175
Binary11010100110011001100100010011010110001111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC64; }

 p { color: rgb(212,204,100); }

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

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

 a { background-color: rgb(212,204,100); }

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

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

 span { border-color: rgb(212,204,100); }

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