Html Css Color HEX #DBBA80 Straw

📋 copy color: '#DBBA80'

red 219 ◦ green 186 ◦ blue 128

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

Shades of Straw #DBBA80

Tints of Straw #DBBA80

RGB

 RED value IS 219 (85.94% from 255) = 41.09%

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

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

R = 41.09%
G = 34.9%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBBA80 (or 0xDBBA80) is known color: Straw. HEX triplet: DB, BA and 80. RGB value is (219,186,128). Sum of RGB (Red+Green+Blue) = 219+186+128=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA80 is #24457F. Grayscale: #BDBDBD. Windows color (decimal): -2377088 or 8436443. OLE color: 8436443.

HSL color Cylindrical-coordinate representation of color #DBBA80: hue angle of 38.24º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBBA80 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 128 -
CMYK 0 0.15 0.42 0.14
HSL 38.24º 0.56% 0.68% -
HSV(B) 38.24º 0.42% 0.86% -
XYZ 50.67 51.74 27.74 -
YUV 189.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 219 186 128 0 0.15 0.42 0.14 38.24 0.56 0.68
Hex DB BA 80 0 F 2A E 26 38 44
Octal 333 272 200 0 17 52 16 46 70 104
Binary 11011011 10111010 10000000 0 1111 101010 1110 100110 111000 1000100

Color Harmonies of #DBBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA80

Black with #DBBA80

Text Example


Text Example

White with #DBBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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