#DAD96A

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

Shades of Goldenrod #DAD96A

Tints of Goldenrod #DAD96A

Color information

#DAD96A (or 0xDAD96A) is unknown color: approx Goldenrod. HEX triplet: DA, D9 and 6A. RGB value is (218,217,106). Sum of RGB (Red+Green+Blue) = 218+217+106=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD96A is #252695. Grayscale: #CDCDCD. Windows color (decimal): -2434710 or 7002586. OLE color: 7002586.

HSL color Cylindrical-coordinate representation of color #DAD96A: hue angle of 59.46º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAD96A is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218217106-
CMYK00.000.510.15
HSL59.46º60.22%63.53%-
HSV(B)59.46º51.38%85.49%-
XYZ56.3365.5723.32-
YUV204.6472.33137.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 106 (41.80% from 255) = 19.59%
R=40.30%
G=40.11%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821710600.000.510.1559.4660.2263.53
HexDAD96A0033F3b3c40
Octal3323311520063177374100
Binary110110101101100111010100011001111111110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD96A; }

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

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

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

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

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

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

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

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