#DAD265

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

Shades of Goldenrod #DAD265

Tints of Goldenrod #DAD265

Color information

#DAD265 (or 0xDAD265) is unknown color: approx Goldenrod. HEX triplet: DA, D2 and 65. RGB value is (218,210,101). Sum of RGB (Red+Green+Blue) = 218+210+101=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD265 is #252D9A. Grayscale: #C8C8C8. Windows color (decimal): -2436507 or 6673114. OLE color: 6673114.

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

Color convert

RGB218210101-
CMYK00.040.540.15
HSL55.9º61.26%62.55%-
HSV(B)55.9º53.67%85.49%-
XYZ54.3161.9421.4-
YUV199.9772.15140.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=41.21%
G=39.70%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821010100.040.540.1555.961.2662.55
HexDAD2650436F383d3f
Octal332322145046617707577
Binary1101101011010010110010101001101101111111000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD265; }

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

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

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

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

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

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

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

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