#DAD163

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

Shades of Goldenrod #DAD163

Tints of Goldenrod #DAD163

Color information

#DAD163 (or 0xDAD163) is unknown color: approx Goldenrod. HEX triplet: DA, D1 and 63. RGB value is (218,209,99). Sum of RGB (Red+Green+Blue) = 218+209+99=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD163 is #252E9C. Grayscale: #C7C7C7. Windows color (decimal): -2436765 or 6541786. OLE color: 6541786.

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

Color convert

RGB21820999-
CMYK00.040.550.15
HSL55.46º61.66%62.16%-
HSV(B)55.46º54.59%85.49%-
XYZ53.9761.4120.81-
YUV199.1571.48141.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 99 (39.06% from 255) = 18.82%
R=41.44%
G=39.73%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182099900.040.550.1555.4661.6662.16
HexDAD1630437F373e3e
Octal332321143046717677676
Binary1101101011010001110001101001101111111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD163; }

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

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

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

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

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

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

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

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