Html Css Color HEX #DBB980 Straw

📋 copy color: '#DBB980'

red 219 ◦ green 185 ◦ blue 128

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

Shades of Straw #DBB980

Tints of Straw #DBB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

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

R = 41.17%
G = 34.77%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB980 (or 0xDBB980) is known color: Straw. HEX triplet: DB, B9 and 80. RGB value is (219,185,128). Sum of RGB (Red+Green+Blue) = 219+185+128=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB980 is #24467F. Grayscale: #BCBCBC. Windows color (decimal): -2377344 or 8436187. OLE color: 8436187.

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

Color convert

RGB 219 185 128 -
CMYK 0 0.16 0.42 0.14
HSL 37.58º 0.56% 0.68% -
HSV(B) 37.58º 0.42% 0.86% -
XYZ 50.46 51.32 27.67 -
YUV 188.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 219 185 128 0 0.16 0.42 0.14 37.58 0.56 0.68
Hex DB B9 80 0 10 2A E 26 38 44
Octal 333 271 200 0 20 52 16 46 70 104
Binary 11011011 10111001 10000000 0 10000 101010 1110 100110 111000 1000100

Color Harmonies of #DBB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB980

Black with #DBB980

Text Example


Text Example

White with #DBB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB980; }

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

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

background-color css

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

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

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

border-color css

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

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

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