#DAD670

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

Shades of Goldenrod #DAD670

Tints of Goldenrod #DAD670

Color information

#DAD670 (or 0xDAD670) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 70. RGB value is (218,214,112). Sum of RGB (Red+Green+Blue) = 218+214+112=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD670 is #25298F. Grayscale: #CBCBCB. Windows color (decimal): -2435472 or 7395034. OLE color: 7395034.

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

Color convert

RGB218214112-
CMYK00.020.490.15
HSL57.74º58.89%64.71%-
HSV(B)57.74º48.62%85.49%-
XYZ55.8864.1724.77-
YUV203.5776.33138.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 112 (44.14% from 255) = 20.59%
R=40.07%
G=39.34%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821411200.020.490.1557.7458.8964.71
HexDAD6700231F3a3b41
Octal3323261600261177273101
Binary1101101011010110111000001011000111111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD670; }

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

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

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

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

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

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

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

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