Html Css Color HEX #DBB880 Straw

📋 copy color: '#DBB880'

red 219 ◦ green 184 ◦ blue 128

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

Shades of Straw #DBB880

Tints of Straw #DBB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.65%

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

R = 41.24%
G = 34.65%
B = 24.11%

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

#DBB880 (or 0xDBB880) is known color: Straw. HEX triplet: DB, B8 and 80. RGB value is (219,184,128). Sum of RGB (Red+Green+Blue) = 219+184+128=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB880 is #24477F. Grayscale: #BCBCBC. Windows color (decimal): -2377600 or 8435931. OLE color: 8435931.

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

Color convert

RGB 219 184 128 -
CMYK 0 0.16 0.42 0.14
HSL 36.92º 0.56% 0.68% -
HSV(B) 36.92º 0.42% 0.86% -
XYZ 50.25 50.9 27.6 -
YUV 188.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 219 184 128 0 0.16 0.42 0.14 36.92 0.56 0.68
Hex DB B8 80 0 10 2A E 25 38 44
Octal 333 270 200 0 20 52 16 45 70 104
Binary 11011011 10111000 10000000 0 10000 101010 1110 100101 111000 1000100

Color Harmonies of #DBB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB880

Black with #DBB880

Text Example


Text Example

White with #DBB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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