#DAD063

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

Shades of Goldenrod #DAD063

Tints of Goldenrod #DAD063

Color information

#DAD063 (or 0xDAD063) is unknown color: approx Goldenrod. HEX triplet: DA, D0 and 63. RGB value is (218,208,99). Sum of RGB (Red+Green+Blue) = 218+208+99=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD063 is #252F9C. Grayscale: #C7C7C7. Windows color (decimal): -2437021 or 6541530. OLE color: 6541530.

HSL color Cylindrical-coordinate representation of color #DAD063: hue angle of 54.96º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAD063 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21820899-
CMYK00.050.550.15
HSL54.96º61.66%62.16%-
HSV(B)54.96º54.59%85.49%-
XYZ53.7260.9220.73-
YUV198.5671.81141.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 99 (39.06% from 255) = 18.86%
R=41.52%
G=39.62%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182089900.050.550.1554.9661.6662.16
HexDAD0630537F373e3e
Octal332320143056717677676
Binary1101101011010000110001101011101111111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD063; }

 p { color: rgb(218,208,99); }

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

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

 a { background-color: rgb(218,208,99); }

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

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

 span { border-color: rgb(218,208,99); }

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