#D5CF70

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

Shades of Goldenrod #D5CF70

Tints of Goldenrod #D5CF70

Color information

#D5CF70 (or 0xD5CF70) is unknown color: approx Goldenrod. HEX triplet: D5, CF and 70. RGB value is (213,207,112). Sum of RGB (Red+Green+Blue) = 213+207+112=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF70 is #2A308F. Grayscale: #C6C6C6. Windows color (decimal): -2764944 or 7393237. OLE color: 7393237.

HSL color Cylindrical-coordinate representation of color #D5CF70: hue angle of 56.44º degrees, saturation: 0.55, 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 #D5CF70 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213207112-
CMYK00.030.470.16
HSL56.44º54.59%63.73%-
HSV(B)56.44º47.42%83.53%-
XYZ52.6859.9424.12-
YUV197.9679.49138.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=40.04%
G=38.91%
B=21.05%

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
Decimal21320711200.030.470.1656.4454.5963.73
HexD5CF70032F10383740
Octal3253171600357207067100
Binary11010101110011111110000011101111100001110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF70; }

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

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

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

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

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

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

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

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