Html Css Color HEX #DBBA83 Straw

📋 copy color: '#DBBA83'

red 219 ◦ green 186 ◦ blue 131

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

Shades of Straw #DBBA83

Tints of Straw #DBBA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.44%

R = 40.86%
G = 34.7%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBBA83 (or 0xDBBA83) is known color: Straw. HEX triplet: DB, BA and 83. RGB value is (219,186,131). Sum of RGB (Red+Green+Blue) = 219+186+131=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA83 is #24457C. Grayscale: #BDBDBD. Windows color (decimal): -2377085 or 8633051. OLE color: 8633051.

HSL color Cylindrical-coordinate representation of color #DBBA83: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBBA83 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 131 -
CMYK 0 0.15 0.40 0.14
HSL 37.5º 0.55% 0.69% -
HSV(B) 37.5º 0.4% 0.86% -
XYZ 50.87 51.82 28.79 -
YUV 189.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 219 186 131 0 0.15 0.40 0.14 37.5 0.55 0.69
Hex DB BA 83 0 F 28 E 26 37 45
Octal 333 272 203 0 17 50 16 46 67 105
Binary 11011011 10111010 10000011 0 1111 101000 1110 100110 110111 1000101

Color Harmonies of #DBBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA83

Black with #DBBA83

Text Example


Text Example

White with #DBBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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