#DAB477

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

Shades of Maize #DAB477

Tints of Maize #DAB477

Color information

#DAB477 (or 0xDAB477) is unknown color: approx Maize. HEX triplet: DA, B4 and 77. RGB value is (218,180,119). Sum of RGB (Red+Green+Blue) = 218+180+119=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB477 is #254B88. Grayscale: #B8B8B8. Windows color (decimal): -2444169 or 7845082. OLE color: 7845082.

HSL color Cylindrical-coordinate representation of color #DAB477: hue angle of 36.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAB477 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218180119-
CMYK00.170.450.15
HSL36.97º57.23%66.08%-
HSV(B)36.97º45.41%85.49%-
XYZ48.5648.8824.33-
YUV184.4191.09151.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=42.17%
G=34.82%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818011900.170.450.1536.9757.2366.08
HexDAB4770112DF253942
Octal33226416702155174571102
Binary1101101010110100111011101000110110111111001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB477; }

 p { color: rgb(218,180,119); }

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

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

 a { background-color: rgb(218,180,119); }

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

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

 span { border-color: rgb(218,180,119); }

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