#DAD870

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

Shades of Goldenrod #DAD870

Tints of Goldenrod #DAD870

Color information

#DAD870 (or 0xDAD870) is unknown color: approx Goldenrod. HEX triplet: DA, D8 and 70. RGB value is (218,216,112). Sum of RGB (Red+Green+Blue) = 218+216+112=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD870 is #25278F. Grayscale: #CDCDCD. Windows color (decimal): -2434960 or 7395546. OLE color: 7395546.

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

Color convert

RGB218216112-
CMYK00.010.490.15
HSL58.87º58.89%64.71%-
HSV(B)58.87º48.62%85.49%-
XYZ56.3965.1924.94-
YUV204.7475.66137.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 112 (44.14% from 255) = 20.51%
R=39.93%
G=39.56%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821611200.010.490.1558.8758.8964.71
HexDAD8700131F3b3b41
Octal3323301600161177373101
Binary110110101101100011100000111000111111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD870; }

 p { color: rgb(218,216,112); }

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

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

 a { background-color: rgb(218,216,112); }

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

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

 span { border-color: rgb(218,216,112); }

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