#D4CC6D

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

Shades of Goldenrod #D4CC6D

Tints of Goldenrod #D4CC6D

Color information

#D4CC6D (or 0xD4CC6D) is unknown color: approx Goldenrod. HEX triplet: D4, CC and 6D. RGB value is (212,204,109). Sum of RGB (Red+Green+Blue) = 212+204+109=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC6D is #2B3392. Grayscale: #C3C3C3. Windows color (decimal): -2831251 or 7195860. OLE color: 7195860.

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

Color convert

RGB212204109-
CMYK00.040.490.17
HSL55.34º54.5%62.94%-
HSV(B)55.34º48.58%83.14%-
XYZ51.558.2923-
YUV195.5679.15139.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=40.38%
G=38.86%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220410900.040.490.1755.3454.562.94
HexD4CC6D04311137363f
Octal324314155046121676677
Binary11010100110011001101101010011000110001110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC6D; }

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

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

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

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

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

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

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

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