#D4CC67

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

Shades of Goldenrod #D4CC67

Tints of Goldenrod #D4CC67

Color information

#D4CC67 (or 0xD4CC67) is unknown color: approx Goldenrod. HEX triplet: D4, CC and 67. RGB value is (212,204,103). Sum of RGB (Red+Green+Blue) = 212+204+103=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC67 is #2B3398. Grayscale: #C3C3C3. Windows color (decimal): -2831257 or 6802644. OLE color: 6802644.

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

Color convert

RGB212204103-
CMYK00.040.510.17
HSL55.6º55.9%61.76%-
HSV(B)55.6º51.42%83.14%-
XYZ51.1958.1621.36-
YUV194.8876.15140.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 103 (40.62% from 255) = 19.85%
R=40.85%
G=39.31%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220410300.040.510.1755.655.961.76
HexD4CC6704331138383e
Octal324314147046321707076
Binary11010100110011001100111010011001110001111000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC67; }

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

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

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

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

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

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

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

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