Html Css Color HEX #DBBB83 Straw

📋 copy color: '#DBBB83'

red 219 ◦ green 187 ◦ blue 131

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

Shades of Straw #DBBB83

Tints of Straw #DBBB83

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

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

R = 40.78%
G = 34.82%
B = 24.39%

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

#DBBB83 (or 0xDBBB83) is known color: Straw. HEX triplet: DB, BB and 83. RGB value is (219,187,131). Sum of RGB (Red+Green+Blue) = 219+187+131=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB83 is #24447C. Grayscale: #BEBEBE. Windows color (decimal): -2376829 or 8633307. OLE color: 8633307.

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

Color convert

RGB 219 187 131 -
CMYK 0 0.15 0.40 0.14
HSL 38.18º 0.55% 0.69% -
HSV(B) 38.18º 0.4% 0.86% -
XYZ 51.08 52.24 28.86 -
YUV 190.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 219 187 131 0 0.15 0.40 0.14 38.18 0.55 0.69
Hex DB BB 83 0 F 28 E 26 37 45
Octal 333 273 203 0 17 50 16 46 67 105
Binary 11011011 10111011 10000011 0 1111 101000 1110 100110 110111 1000101

Color Harmonies of #DBBB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB83

Black with #DBBB83

Text Example


Text Example

White with #DBBB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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