#D0D561

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

Shades of Goldenrod #D0D561

Tints of Goldenrod #D0D561

Color information

#D0D561 (or 0xD0D561) is unknown color: approx Goldenrod. HEX triplet: D0, D5 and 61. RGB value is (208,213,97). Sum of RGB (Red+Green+Blue) = 208+213+97=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D561 is #2F2A9E. Grayscale: #C6C6C6. Windows color (decimal): -3091103 or 6411728. OLE color: 6411728.

HSL color Cylindrical-coordinate representation of color #D0D561: hue angle of 62.59º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0D561 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB20821397-
CMYK0.0200.540.16
HSL62.59º58%60.78%-
HSV(B)62.59º54.46%83.53%-
XYZ51.9661.8620.51-
YUV198.2870.84134.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=40.15%
G=41.12%
B=18.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208213970.0200.540.1662.595860.78
HexD0D5612036103f3a3d
Octal320325141206620777275
Binary1101000011010101110000110011011010000111111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D561; }

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

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

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

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

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

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

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

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