Html Css Color HEX #DAB479 Maize

📋 copy color: '#DAB479'

red 218 ◦ green 180 ◦ blue 121

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

Shades of Maize #DAB479

Tints of Maize #DAB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 121 (47.66% from 255) = 23.31%

R = 42%
G = 34.68%
B = 23.31%

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

#DAB479 (or 0xDAB479) is known color: Maize. HEX triplet: DA, B4 and 79. RGB value is (218,180,121). Sum of RGB (Red+Green+Blue) = 218+180+121=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB479 is #254B86. Grayscale: #B8B8B8. Windows color (decimal): -2444167 or 7976154. OLE color: 7976154.

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

Color convert

RGB 218 180 121 -
CMYK 0 0.17 0.44 0.15
HSL 36.49º 0.57% 0.66% -
HSV(B) 36.49º 0.44% 0.85% -
XYZ 48.69 48.93 24.97 -
YUV 184.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 218 180 121 0 0.17 0.44 0.15 36.49 0.57 0.66
Hex DA B4 79 0 11 2C F 24 39 42
Octal 332 264 171 0 21 54 17 44 71 102
Binary 11011010 10110100 1111001 0 10001 101100 1111 100100 111001 1000010

Color Harmonies of #DAB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB479

Black with #DAB479

Text Example


Text Example

White with #DAB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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