#D0D36D

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

Shades of Goldenrod #D0D36D

Tints of Goldenrod #D0D36D

Color information

#D0D36D (or 0xD0D36D) is unknown color: approx Goldenrod. HEX triplet: D0, D3 and 6D. RGB value is (208,211,109). Sum of RGB (Red+Green+Blue) = 208+211+109=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D36D is #2F2C92. Grayscale: #C6C6C6. Windows color (decimal): -3091603 or 7197648. OLE color: 7197648.

HSL color Cylindrical-coordinate representation of color #D0D36D: hue angle of 61.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0D36D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB208211109-
CMYK0.0100.480.17
HSL61.76º53.68%62.75%-
HSV(B)61.76º48.34%82.75%-
XYZ52.0761.123.52-
YUV198.4877.51134.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 109 (42.97% from 255) = 20.64%
R=39.39%
G=39.96%
B=20.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111090.0100.480.1761.7653.6862.75
HexD0D36D1030113e363f
Octal320323155106021766677
Binary110100001101001111011011011000010001111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D36D; }

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

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

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

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

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

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

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

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