#D5CF74

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

Shades of Goldenrod #D5CF74

Tints of Goldenrod #D5CF74

Color information

#D5CF74 (or 0xD5CF74) is unknown color: approx Goldenrod. HEX triplet: D5, CF and 74. RGB value is (213,207,116). Sum of RGB (Red+Green+Blue) = 213+207+116=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF74 is #2A308B. Grayscale: #C6C6C6. Windows color (decimal): -2764940 or 7655381. OLE color: 7655381.

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

Color convert

RGB213207116-
CMYK00.030.460.16
HSL56.29º53.59%64.51%-
HSV(B)56.29º45.54%83.53%-
XYZ52.9160.0325.32-
YUV198.4281.49138.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 116 (45.70% from 255) = 21.64%
R=39.74%
G=38.62%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320711600.030.460.1656.2953.5964.51
HexD5CF74032E10383641
Octal3253171640356207066101
Binary11010101110011111110100011101110100001110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF74; }

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

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

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

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

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

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

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

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