#DAD966

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

Shades of Goldenrod #DAD966

Tints of Goldenrod #DAD966

Color information

#DAD966 (or 0xDAD966) is unknown color: approx Goldenrod. HEX triplet: DA, D9 and 66. RGB value is (218,217,102). Sum of RGB (Red+Green+Blue) = 218+217+102=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD966 is #252699. Grayscale: #CCCCCC. Windows color (decimal): -2434714 or 6740442. OLE color: 6740442.

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

Color convert

RGB218217102-
CMYK00.000.530.15
HSL59.48º61.05%62.75%-
HSV(B)59.48º53.21%85.49%-
XYZ56.1265.4922.25-
YUV204.1970.33137.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 102 (40.23% from 255) = 18.99%
R=40.60%
G=40.41%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821710200.000.530.1559.4861.0562.75
HexDAD9660035F3b3d3f
Octal332331146006517737577
Binary11011010110110011100110001101011111111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD966; }

 p { color: rgb(218,217,102); }

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

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

 a { background-color: rgb(218,217,102); }

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

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

 span { border-color: rgb(218,217,102); }

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