#D5CF66

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

Shades of Goldenrod #D5CF66

Tints of Goldenrod #D5CF66

Color information

#D5CF66 (or 0xD5CF66) is unknown color: approx Goldenrod. HEX triplet: D5, CF and 66. RGB value is (213,207,102). Sum of RGB (Red+Green+Blue) = 213+207+102=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF66 is #2A3099. Grayscale: #C5C5C5. Windows color (decimal): -2764954 or 6737877. OLE color: 6737877.

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

Color convert

RGB213207102-
CMYK00.030.520.16
HSL56.76º56.92%61.76%-
HSV(B)56.76º52.11%83.53%-
XYZ52.1559.7321.35-
YUV196.8274.49139.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 102 (40.23% from 255) = 19.54%
R=40.80%
G=39.66%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320710200.030.520.1656.7656.9261.76
HexD5CF6603341039393e
Octal325317146036420717176
Binary1101010111001111110011001111010010000111001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF66; }

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

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

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

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

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

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

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

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