#DAB57A

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

Shades of Maize #DAB57A

Tints of Maize #DAB57A

Color information

#DAB57A (or 0xDAB57A) is unknown color: approx Maize. HEX triplet: DA, B5 and 7A. RGB value is (218,181,122). Sum of RGB (Red+Green+Blue) = 218+181+122=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB57A is #254A85. Grayscale: #B9B9B9. Windows color (decimal): -2443910 or 8041946. OLE color: 8041946.

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

Color convert

RGB218181122-
CMYK00.170.440.15
HSL36.88º56.47%66.67%-
HSV(B)36.88º44.04%85.49%-
XYZ48.9549.3625.36-
YUV185.3492.26151.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=41.84%
G=34.74%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818112200.170.440.1536.8856.4766.67
HexDAB57A0112CF253843
Octal33226517202154174570103
Binary1101101010110101111101001000110110011111001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB57A; }

 p { color: rgb(218,181,122); }

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

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

 a { background-color: rgb(218,181,122); }

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

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

 span { border-color: rgb(218,181,122); }

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