#D0D85E

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

Shades of Goldenrod #D0D85E

Tints of Goldenrod #D0D85E

Color information

#D0D85E (or 0xD0D85E) is unknown color: approx Goldenrod. HEX triplet: D0, D8 and 5E. RGB value is (208,216,94). Sum of RGB (Red+Green+Blue) = 208+216+94=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D85E is #2F27A1. Grayscale: #C8C8C8. Windows color (decimal): -3090338 or 6215888. OLE color: 6215888.

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

Color convert

RGB20821694-
CMYK0.0400.560.15
HSL63.93º61%60.78%-
HSV(B)63.93º56.48%84.71%-
XYZ52.5963.3320.04-
YUV199.768.35133.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 94 (37.11% from 255) = 18.15%
R=40.15%
G=41.70%
B=18.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208216940.0400.560.1563.936160.78
HexD0D85E4038F403d3d
Octal3203301364070171007575
Binary11010000110110001011110100011100011111000000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D85E; }

 p { color: rgb(208,216,94); }

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

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

 a { background-color: rgb(208,216,94); }

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

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

 span { border-color: rgb(208,216,94); }

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