#D5CF71

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

Shades of Goldenrod #D5CF71

Tints of Goldenrod #D5CF71

Color information

#D5CF71 (or 0xD5CF71) is unknown color: approx Goldenrod. HEX triplet: D5, CF and 71. RGB value is (213,207,113). Sum of RGB (Red+Green+Blue) = 213+207+113=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF71 is #2A308E. Grayscale: #C6C6C6. Windows color (decimal): -2764943 or 7458773. OLE color: 7458773.

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

Color convert

RGB213207113-
CMYK00.030.470.16
HSL56.4º54.35%63.92%-
HSV(B)56.4º46.95%83.53%-
XYZ52.7359.9624.42-
YUV198.0879.99138.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 207 (81.25% from 255) = 38.84%
BLUE value IS 113 (44.53% from 255) = 21.20%
R=39.96%
G=38.84%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320711300.030.470.1656.454.3563.92
HexD5CF71032F10383640
Octal3253171610357207066100
Binary11010101110011111110001011101111100001110001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF71; }

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

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

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

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

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

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

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

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