#D5CF6A

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

Shades of Goldenrod #D5CF6A

Tints of Goldenrod #D5CF6A

Color information

#D5CF6A (or 0xD5CF6A) is unknown color: approx Goldenrod. HEX triplet: D5, CF and 6A. RGB value is (213,207,106). Sum of RGB (Red+Green+Blue) = 213+207+106=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF6A is #2A3095. Grayscale: #C5C5C5. Windows color (decimal): -2764950 or 7000021. OLE color: 7000021.

HSL color Cylindrical-coordinate representation of color #D5CF6A: hue angle of 56.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5CF6A is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213207106-
CMYK00.030.500.16
HSL56.64º56.02%62.55%-
HSV(B)56.64º50.23%83.53%-
XYZ52.3559.8122.42-
YUV197.2876.49139.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 106 (41.80% from 255) = 20.15%
R=40.49%
G=39.35%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320710600.030.500.1656.6456.0262.55
HexD5CF6A03321039383f
Octal325317152036220717077
Binary1101010111001111110101001111001010000111001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF6A; }

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

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

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

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

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

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

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

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