#DAD96F

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

Shades of Goldenrod #DAD96F

Tints of Goldenrod #DAD96F

Color information

#DAD96F (or 0xDAD96F) is unknown color: approx Goldenrod. HEX triplet: DA, D9 and 6F. RGB value is (218,217,111). Sum of RGB (Red+Green+Blue) = 218+217+111=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD96F is #252690. Grayscale: #CDCDCD. Windows color (decimal): -2434705 or 7330266. OLE color: 7330266.

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

Color convert

RGB218217111-
CMYK00.000.490.15
HSL59.44º59.12%64.51%-
HSV(B)59.44º49.08%85.49%-
XYZ56.665.6824.73-
YUV205.2174.83137.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 111 (43.75% from 255) = 20.33%
R=39.93%
G=39.74%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821711100.000.490.1559.4459.1264.51
HexDAD96F0031F3b3b41
Octal3323311570061177373101
Binary110110101101100111011110011000111111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD96F; }

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

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

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

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

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

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

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

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