Html Css Color HEX #DBBE83 Straw

📋 copy color: '#DBBE83'

red 219 ◦ green 190 ◦ blue 131

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

Shades of Straw #DBBE83

Tints of Straw #DBBE83

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

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

R = 40.56%
G = 35.19%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBBE83 (or 0xDBBE83) is known color: Straw. HEX triplet: DB, BE and 83. RGB value is (219,190,131). Sum of RGB (Red+Green+Blue) = 219+190+131=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE83 is #24417C. Grayscale: #C0C0C0. Windows color (decimal): -2376061 or 8634075. OLE color: 8634075.

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

Color convert

RGB 219 190 131 -
CMYK 0 0.13 0.40 0.14
HSL 40.23º 0.55% 0.69% -
HSV(B) 40.23º 0.4% 0.86% -
XYZ 51.72 53.53 29.08 -
YUV 191.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 219 190 131 0 0.13 0.40 0.14 40.23 0.55 0.69
Hex DB BE 83 0 D 28 E 28 37 45
Octal 333 276 203 0 15 50 16 50 67 105
Binary 11011011 10111110 10000011 0 1101 101000 1110 101000 110111 1000101

Color Harmonies of #DBBE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE83

Black with #DBBE83

Text Example


Text Example

White with #DBBE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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