Html Css Color HEX #DABA77 Straw

📋 copy color: '#DABA77'

red 218 ◦ green 186 ◦ blue 119

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

Shades of Straw #DABA77

Tints of Straw #DABA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

 BLUE value IS 119 (46.88% from 255) = 22.75%

R = 41.68%
G = 35.56%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DABA77 (or 0xDABA77) is known color: Straw. HEX triplet: DA, BA and 77. RGB value is (218,186,119). Sum of RGB (Red+Green+Blue) = 218+186+119=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA77 is #254588. Grayscale: #BCBCBC. Windows color (decimal): -2442633 or 7846618. OLE color: 7846618.

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

Color convert

RGB 218 186 119 -
CMYK 0 0.15 0.45 0.15
HSL 40.61º 0.57% 0.66% -
HSV(B) 40.61º 0.45% 0.85% -
XYZ 49.8 51.36 24.74 -
YUV 187.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 218 186 119 0 0.15 0.45 0.15 40.61 0.57 0.66
Hex DA BA 77 0 F 2D F 29 39 42
Octal 332 272 167 0 17 55 17 51 71 102
Binary 11011010 10111010 1110111 0 1111 101101 1111 101001 111001 1000010

Color Harmonies of #DABA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA77

Black with #DABA77

Text Example


Text Example

White with #DABA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA77; }

 p { color: rgb(218,186,119); }

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

background-color css

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

 a { background-color: rgb(218,186,119); }

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

border-color css

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

 span { border-color: rgb(218,186,119); }

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