Html Css Color HEX #DAB779 Straw

📋 copy color: '#DAB779'

red 218 ◦ green 183 ◦ blue 121

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

Shades of Straw #DAB779

Tints of Straw #DAB779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 41.76%
G = 35.06%
B = 23.18%

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

#DAB779 (or 0xDAB779) is known color: Straw. HEX triplet: DA, B7 and 79. RGB value is (218,183,121). Sum of RGB (Red+Green+Blue) = 218+183+121=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB779 is #254886. Grayscale: #BABABA. Windows color (decimal): -2443399 or 7976922. OLE color: 7976922.

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

Color convert

RGB 218 183 121 -
CMYK 0 0.16 0.44 0.15
HSL 38.35º 0.57% 0.66% -
HSV(B) 38.35º 0.44% 0.85% -
XYZ 49.3 50.15 25.17 -
YUV 186.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 218 183 121 0 0.16 0.44 0.15 38.35 0.57 0.66
Hex DA B7 79 0 10 2C F 26 39 42
Octal 332 267 171 0 20 54 17 46 71 102
Binary 11011010 10110111 1111001 0 10000 101100 1111 100110 111001 1000010

Color Harmonies of #DAB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB779

Black with #DAB779

Text Example


Text Example

White with #DAB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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