#D0D96F

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

Shades of Goldenrod #D0D96F

Tints of Goldenrod #D0D96F

Color information

#D0D96F (or 0xD0D96F) is unknown color: approx Goldenrod. HEX triplet: D0, D9 and 6F. RGB value is (208,217,111). Sum of RGB (Red+Green+Blue) = 208+217+111=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D96F is #2F2690. Grayscale: #CACACA. Windows color (decimal): -3090065 or 7330256. OLE color: 7330256.

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

Color convert

RGB208217111-
CMYK0.0400.490.15
HSL65.09º58.24%64.31%-
HSV(B)65.09º48.85%85.1%-
XYZ53.6964.1824.6-
YUV202.2276.52132.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 111 (43.75% from 255) = 20.71%
R=38.81%
G=40.49%
B=20.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171110.0400.490.1565.0958.2464.31
HexD0D96F4031F413a40
Octal32033115740611710172100
Binary110100001101100111011111000110001111110000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D96F; }

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

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

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

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

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

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

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

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