Html Css Color HEX #DAB879 Straw

📋 copy color: '#DAB879'

red 218 ◦ green 184 ◦ blue 121

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

Shades of Straw #DAB879

Tints of Straw #DAB879

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.18%

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

R = 41.68%
G = 35.18%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB879 (or 0xDAB879) is known color: Straw. HEX triplet: DA, B8 and 79. RGB value is (218,184,121). Sum of RGB (Red+Green+Blue) = 218+184+121=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB879 is #254786. Grayscale: #BBBBBB. Windows color (decimal): -2443143 or 7977178. OLE color: 7977178.

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

Color convert

RGB 218 184 121 -
CMYK 0 0.16 0.44 0.15
HSL 38.97º 0.57% 0.66% -
HSV(B) 38.97º 0.44% 0.85% -
XYZ 49.51 50.57 25.24 -
YUV 186.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 218 184 121 0 0.16 0.44 0.15 38.97 0.57 0.66
Hex DA B8 79 0 10 2C F 27 39 42
Octal 332 270 171 0 20 54 17 47 71 102
Binary 11011010 10111000 1111001 0 10000 101100 1111 100111 111001 1000010

Color Harmonies of #DAB879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB879

Black with #DAB879

Text Example


Text Example

White with #DAB879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB879; }

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

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

background-color css

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

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

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

border-color css

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

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

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