Html Css Color HEX #DABC80 Straw

📋 copy color: '#DABC80'

red 218 ◦ green 188 ◦ blue 128

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

Shades of Straw #DABC80

Tints of Straw #DABC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

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

R = 40.82%
G = 35.21%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DABC80 (or 0xDABC80) is known color: Straw. HEX triplet: DA, BC and 80. RGB value is (218,188,128). Sum of RGB (Red+Green+Blue) = 218+188+128=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC80 is #25437F. Grayscale: #BEBEBE. Windows color (decimal): -2442112 or 8436954. OLE color: 8436954.

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

Color convert

RGB 218 188 128 -
CMYK 0 0.14 0.41 0.15
HSL 40º 0.55% 0.68% -
HSV(B) 40º 0.41% 0.85% -
XYZ 50.79 52.43 27.87 -
YUV 190.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 218 188 128 0 0.14 0.41 0.15 40 0.55 0.68
Hex DA BC 80 0 E 29 F 28 37 44
Octal 332 274 200 0 16 51 17 50 67 104
Binary 11011010 10111100 10000000 0 1110 101001 1111 101000 110111 1000100

Color Harmonies of #DABC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC80

Black with #DABC80

Text Example


Text Example

White with #DABC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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