#D0D96D

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

Shades of Goldenrod #D0D96D

Tints of Goldenrod #D0D96D

Color information

#D0D96D (or 0xD0D96D) is unknown color: approx Goldenrod. HEX triplet: D0, D9 and 6D. RGB value is (208,217,109). Sum of RGB (Red+Green+Blue) = 208+217+109=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D96D is #2F2692. Grayscale: #CACACA. Windows color (decimal): -3090067 or 7199184. OLE color: 7199184.

HSL color Cylindrical-coordinate representation of color #D0D96D: hue angle of 65º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0D96D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB208217109-
CMYK0.0400.500.15
HSL65º58.7%63.92%-
HSV(B)65º49.77%85.1%-
XYZ53.5964.1424.02-
YUV20275.52132.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 109 (42.97% from 255) = 20.41%
R=38.95%
G=40.64%
B=20.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171090.0400.500.156558.763.92
HexD0D96D4032F413b40
Octal32033115540621710173100
Binary110100001101100111011011000110010111110000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D96D; }

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

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

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

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

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

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

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

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