#DAD461

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

Shades of Goldenrod #DAD461

Tints of Goldenrod #DAD461

Color information

#DAD461 (or 0xDAD461) is unknown color: approx Goldenrod. HEX triplet: DA, D4 and 61. RGB value is (218,212,97). Sum of RGB (Red+Green+Blue) = 218+212+97=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD461 is #252B9E. Grayscale: #C9C9C9. Windows color (decimal): -2435999 or 6411482. OLE color: 6411482.

HSL color Cylindrical-coordinate representation of color #DAD461: hue angle of 57.02º 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 #DAD461 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21821297-
CMYK00.030.560.15
HSL57.02º62.05%61.76%-
HSV(B)57.02º55.5%85.49%-
XYZ54.6162.8620.56-
YUV200.6869.49140.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 97 (38.28% from 255) = 18.41%
R=41.37%
G=40.23%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182129700.030.560.1557.0262.0561.76
HexDAD4610338F393e3e
Octal332324141037017717676
Binary110110101101010011000010111110001111111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD461; }

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

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

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

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

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

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

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

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