Html Css Color HEX #DAB477 Maize

📋 copy color: '#DAB477'

red 218 ◦ green 180 ◦ blue 119

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

Shades of Maize #DAB477

Tints of Maize #DAB477

RGB

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

 GREEN value IS 180 (70.7% 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 value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB477 (or 0xDAB477) is known color: 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

RGB 218 180 119 -
CMYK 0 0.17 0.45 0.15
HSL 36.97º 0.57% 0.66% -
HSV(B) 36.97º 0.45% 0.85% -
XYZ 48.56 48.88 24.33 -
YUV 184.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 218 180 119 0 0.17 0.45 0.15 36.97 0.57 0.66
Hex DA B4 77 0 11 2D F 25 39 42
Octal 332 264 167 0 21 55 17 45 71 102
Binary 11011010 10110100 1110111 0 10001 101101 1111 100101 111001 1000010

Color Harmonies of #DAB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB477

Black with #DAB477

Text Example


Text Example

White with #DAB477

Text Example


Text Example

HTML Codes & Css Web 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>