#DAD267

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

Shades of Goldenrod #DAD267

Tints of Goldenrod #DAD267

Color information

#DAD267 (or 0xDAD267) is unknown color: approx Goldenrod. HEX triplet: DA, D2 and 67. RGB value is (218,210,103). Sum of RGB (Red+Green+Blue) = 218+210+103=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD267 is #252D98. Grayscale: #C8C8C8. Windows color (decimal): -2436505 or 6804186. OLE color: 6804186.

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

Color convert

RGB218210103-
CMYK00.040.530.15
HSL55.83º60.85%62.94%-
HSV(B)55.83º52.75%85.49%-
XYZ54.4161.9821.93-
YUV200.1973.15140.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=41.05%
G=39.55%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821010300.040.530.1555.8360.8562.94
HexDAD2670435F383d3f
Octal332322147046517707577
Binary1101101011010010110011101001101011111111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD267; }

 p { color: rgb(218,210,103); }

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

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

 a { background-color: rgb(218,210,103); }

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

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

 span { border-color: rgb(218,210,103); }

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