Html Css Color HEX #DABA80 Straw

📋 copy color: '#DABA80'

red 218 ◦ green 186 ◦ blue 128

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

Shades of Straw #DABA80

Tints of Straw #DABA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 40.98%
G = 34.96%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DABA80 (or 0xDABA80) is known color: Straw. HEX triplet: DA, BA and 80. RGB value is (218,186,128). Sum of RGB (Red+Green+Blue) = 218+186+128=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA80 is #25457F. Grayscale: #BDBDBD. Windows color (decimal): -2442624 or 8436442. OLE color: 8436442.

HSL color Cylindrical-coordinate representation of color #DABA80: hue angle of 38.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DABA80 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 128 -
CMYK 0 0.15 0.41 0.15
HSL 38.67º 0.55% 0.68% -
HSV(B) 38.67º 0.41% 0.85% -
XYZ 50.37 51.58 27.72 -
YUV 188.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 218 186 128 0 0.15 0.41 0.15 38.67 0.55 0.68
Hex DA BA 80 0 F 29 F 27 37 44
Octal 332 272 200 0 17 51 17 47 67 104
Binary 11011010 10111010 10000000 0 1111 101001 1111 100111 110111 1000100

Color Harmonies of #DABA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA80

Black with #DABA80

Text Example


Text Example

White with #DABA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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