#D0DA61

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

Shades of Goldenrod #D0DA61

Tints of Goldenrod #D0DA61

Color information

#D0DA61 (or 0xD0DA61) is unknown color: approx Goldenrod. HEX triplet: D0, DA and 61. RGB value is (208,218,97). Sum of RGB (Red+Green+Blue) = 208+218+97=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA61 is #2F259E. Grayscale: #C9C9C9. Windows color (decimal): -3089823 or 6413008. OLE color: 6413008.

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

Color convert

RGB20821897-
CMYK0.0500.560.15
HSL64.96º62.05%61.76%-
HSV(B)64.96º55.5%85.49%-
XYZ53.2464.4220.94-
YUV201.2269.19132.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 97 (38.28% from 255) = 18.55%
R=39.77%
G=41.68%
B=18.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208218970.0500.560.1564.9662.0561.76
HexD0DA615038F413e3e
Octal3203321415070171017676
Binary11010000110110101100001101011100011111000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DA61; }

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

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

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

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

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

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

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

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