Html Css Color HEX #DAB57B Maize

📋 copy color: '#DAB57B'

red 218 ◦ green 181 ◦ blue 123

#DAB57B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maize #DAB57B

Tints of Maize #DAB57B

RGB

 RED value IS 218 (85.55% from 255) = 41.76%

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 123 (48.44% from 255) = 23.56%

R = 41.76%
G = 34.67%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB57B (or 0xDAB57B) is known color: Maize. HEX triplet: DA, B5 and 7B. RGB value is (218,181,123). Sum of RGB (Red+Green+Blue) = 218+181+123=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB57B is #254A84. Grayscale: #B9B9B9. Windows color (decimal): -2443909 or 8107482. OLE color: 8107482.

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

Color convert

RGB 218 181 123 -
CMYK 0 0.17 0.44 0.15
HSL 36.63º 0.56% 0.67% -
HSV(B) 36.63º 0.44% 0.85% -
XYZ 49.01 49.38 25.69 -
YUV 185.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 218 181 123 0 0.17 0.44 0.15 36.63 0.56 0.67
Hex DA B5 7B 0 11 2C F 25 38 43
Octal 332 265 173 0 21 54 17 45 70 103
Binary 11011010 10110101 1111011 0 10001 101100 1111 100101 111000 1000011

Color Harmonies of #DAB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB57B

Black with #DAB57B

Text Example


Text Example

White with #DAB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB57B; }

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

 H1.HeaderClassName
 {
   color: #DAB57B;
 }
 .AnyTagClassName
 {
   color: #DAB57B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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