#D5CF75

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

Shades of Goldenrod #D5CF75

Tints of Goldenrod #D5CF75

Color information

#D5CF75 (or 0xD5CF75) is unknown color: approx Goldenrod. HEX triplet: D5, CF and 75. RGB value is (213,207,117). Sum of RGB (Red+Green+Blue) = 213+207+117=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF75 is #2A308A. Grayscale: #C6C6C6. Windows color (decimal): -2764939 or 7720917. OLE color: 7720917.

HSL color Cylindrical-coordinate representation of color #D5CF75: hue angle of 56.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5CF75 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213207117-
CMYK00.030.450.16
HSL56.25º53.33%64.71%-
HSV(B)56.25º45.07%83.53%-
XYZ52.9660.0625.63-
YUV198.5381.99138.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=39.66%
G=38.55%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320711700.030.450.1656.2553.3364.71
HexD5CF75032D10383541
Octal3253171650355207065101
Binary11010101110011111110101011101101100001110001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF75; }

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

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

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

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

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

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

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

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