#D4CF73

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

Shades of Goldenrod #D4CF73

Tints of Goldenrod #D4CF73

Color information

#D4CF73 (or 0xD4CF73) is unknown color: approx Goldenrod. HEX triplet: D4, CF and 73. RGB value is (212,207,115). Sum of RGB (Red+Green+Blue) = 212+207+115=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF73 is #2B308C. Grayscale: #C6C6C6. Windows color (decimal): -2830477 or 7589844. OLE color: 7589844.

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

Color convert

RGB212207115-
CMYK00.020.460.17
HSL56.91º53.01%64.12%-
HSV(B)56.91º45.75%83.14%-
XYZ52.5659.8625-
YUV198.0181.16137.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 115 (45.31% from 255) = 21.54%
R=39.70%
G=38.76%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220711500.020.460.1756.9153.0164.12
HexD4CF73022E11393540
Octal3243171630256217165100
Binary11010100110011111110011010101110100011110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF73; }

 p { color: rgb(212,207,115); }

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

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

 a { background-color: rgb(212,207,115); }

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

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

 span { border-color: rgb(212,207,115); }

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