#DAD56C

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

Shades of Goldenrod #DAD56C

Tints of Goldenrod #DAD56C

Color information

#DAD56C (or 0xDAD56C) is unknown color: approx Goldenrod. HEX triplet: DA, D5 and 6C. RGB value is (218,213,108). Sum of RGB (Red+Green+Blue) = 218+213+108=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD56C is #252A93. Grayscale: #CACACA. Windows color (decimal): -2435732 or 7132634. OLE color: 7132634.

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

Color convert

RGB218213108-
CMYK00.020.500.15
HSL57.27º59.78%63.92%-
HSV(B)57.27º50.46%85.49%-
XYZ55.4163.5823.54-
YUV202.5274.66139.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 108 (42.58% from 255) = 20.04%
R=40.45%
G=39.52%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821310800.020.500.1557.2759.7863.92
HexDAD56C0232F393c40
Octal3323251540262177174100
Binary1101101011010101110110001011001011111110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD56C; }

 p { color: rgb(218,213,108); }

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

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

 a { background-color: rgb(218,213,108); }

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

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

 span { border-color: rgb(218,213,108); }

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