#D0D360

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

Shades of Goldenrod #D0D360

Tints of Goldenrod #D0D360

Color information

#D0D360 (or 0xD0D360) is unknown color: approx Goldenrod. HEX triplet: D0, D3 and 60. RGB value is (208,211,96). Sum of RGB (Red+Green+Blue) = 208+211+96=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D360 is #2F2C9F. Grayscale: #C5C5C5. Windows color (decimal): -3091616 or 6345680. OLE color: 6345680.

HSL color Cylindrical-coordinate representation of color #D0D360: hue angle of 61.57º 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 #D0D360 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB20821196-
CMYK0.0100.550.17
HSL61.57º56.65%60.2%-
HSV(B)61.57º54.5%82.75%-
XYZ51.4260.8420.1-
YUV196.9971.01135.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 211 (82.81% from 255) = 40.97%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=40.39%
G=40.97%
B=18.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208211960.0100.550.1761.5756.6560.2
HexD0D3601037113e393c
Octal320323140106721767174
Binary110100001101001111000001011011110001111110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D360; }

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

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

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

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

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

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

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

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