#D0DA71

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

Shades of Goldenrod #D0DA71

Tints of Goldenrod #D0DA71

Color information

#D0DA71 (or 0xD0DA71) is unknown color: approx Goldenrod. HEX triplet: D0, DA and 71. RGB value is (208,218,113). Sum of RGB (Red+Green+Blue) = 208+218+113=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA71 is #2F258E. Grayscale: #CBCBCB. Windows color (decimal): -3089807 or 7461584. OLE color: 7461584.

HSL color Cylindrical-coordinate representation of color #D0DA71: hue angle of 65.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0DA71 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB208218113-
CMYK0.0500.480.15
HSL65.71º58.66%64.9%-
HSV(B)65.71º48.17%85.49%-
XYZ54.0664.7425.27-
YUV203.0477.19131.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 113 (44.53% from 255) = 20.96%
R=38.59%
G=40.45%
B=20.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181130.0500.480.1565.7158.6664.9
HexD0DA715030F423b41
Octal32033216150601710273101
Binary110100001101101011100011010110000111110000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA71; }

 p { color: rgb(208,218,113); }

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

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

 a { background-color: rgb(208,218,113); }

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

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

 span { border-color: rgb(208,218,113); }

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