#DAD975

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

Shades of Goldenrod #DAD975

Tints of Goldenrod #DAD975

Color information

#DAD975 (or 0xDAD975) is unknown color: approx Goldenrod. HEX triplet: DA, D9 and 75. RGB value is (218,217,117). Sum of RGB (Red+Green+Blue) = 218+217+117=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD975 is #25268A. Grayscale: #CECECE. Windows color (decimal): -2434699 or 7723482. OLE color: 7723482.

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

Color convert

RGB218217117-
CMYK00.000.460.15
HSL59.41º57.71%65.69%-
HSV(B)59.41º46.33%85.49%-
XYZ56.9465.8226.53-
YUV205.977.83136.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 117 (46.09% from 255) = 21.20%
R=39.49%
G=39.31%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821711700.000.460.1559.4157.7165.69
HexDAD975002EF3b3a42
Octal3323311650056177372102
Binary110110101101100111101010010111011111110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD975; }

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

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

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

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

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

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

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

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