#D4CF75

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

Shades of Goldenrod #D4CF75

Tints of Goldenrod #D4CF75

Color information

#D4CF75 (or 0xD4CF75) is unknown color: approx Goldenrod. HEX triplet: D4, CF and 75. RGB value is (212,207,117). Sum of RGB (Red+Green+Blue) = 212+207+117=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF75 is #2B308A. Grayscale: #C6C6C6. Windows color (decimal): -2830475 or 7720916. OLE color: 7720916.

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

Color convert

RGB212207117-
CMYK00.020.450.17
HSL56.84º52.49%64.51%-
HSV(B)56.84º44.81%83.14%-
XYZ52.6859.9125.62-
YUV198.2482.16137.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=39.55%
G=38.62%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220711700.020.450.1756.8452.4964.51
HexD4CF75022D11393441
Octal3243171650255217164101
Binary11010100110011111110101010101101100011110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CF75; }

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

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

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

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

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

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

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

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