#D3CF60

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

Shades of Goldenrod #D3CF60

Tints of Goldenrod #D3CF60

Color information

#D3CF60 (or 0xD3CF60) is unknown color: approx Goldenrod. HEX triplet: D3, CF and 60. RGB value is (211,207,96). Sum of RGB (Red+Green+Blue) = 211+207+96=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF60 is #2C309F. Grayscale: #C3C3C3. Windows color (decimal): -2896032 or 6344659. OLE color: 6344659.

HSL color Cylindrical-coordinate representation of color #D3CF60: hue angle of 57.91º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3CF60 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21120796-
CMYK00.020.550.17
HSL57.91º56.65%60.2%-
HSV(B)57.91º54.5%82.75%-
XYZ51.2959.3219.81-
YUV195.5471.83139.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 207 (81.25% from 255) = 40.27%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=41.05%
G=40.27%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112079600.020.550.1757.9156.6560.2
HexD3CF600237113a393c
Octal323317140026721727174
Binary1101001111001111110000001011011110001111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CF60; }

 p { color: rgb(211,207,96); }

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

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

 a { background-color: rgb(211,207,96); }

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

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

 span { border-color: rgb(211,207,96); }

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