Html Css Color HEX #DAB478 Maize

📋 copy color: '#DAB478'

red 218 ◦ green 180 ◦ blue 120

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

Shades of Maize #DAB478

Tints of Maize #DAB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 42.08%
G = 34.75%
B = 23.17%

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

#DAB478 (or 0xDAB478) is known color: Maize. HEX triplet: DA, B4 and 78. RGB value is (218,180,120). Sum of RGB (Red+Green+Blue) = 218+180+120=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB478 is #254B87. Grayscale: #B8B8B8. Windows color (decimal): -2444168 or 7910618. OLE color: 7910618.

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

Color convert

RGB 218 180 120 -
CMYK 0 0.17 0.45 0.15
HSL 36.73º 0.57% 0.66% -
HSV(B) 36.73º 0.45% 0.85% -
XYZ 48.62 48.9 24.65 -
YUV 184.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 218 180 120 0 0.17 0.45 0.15 36.73 0.57 0.66
Hex DA B4 78 0 11 2D F 25 39 42
Octal 332 264 170 0 21 55 17 45 71 102
Binary 11011010 10110100 1111000 0 10001 101101 1111 100101 111001 1000010

Color Harmonies of #DAB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB478

Black with #DAB478

Text Example


Text Example

White with #DAB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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