Html Css Color HEX #DBBE85 Straw

📋 copy color: '#DBBE85'

red 219 ◦ green 190 ◦ blue 133

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

Shades of Straw #DBBE85

Tints of Straw #DBBE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 40.41%
G = 35.06%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBBE85 (or 0xDBBE85) is known color: Straw. HEX triplet: DB, BE and 85. RGB value is (219,190,133). Sum of RGB (Red+Green+Blue) = 219+190+133=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE85 is #24417A. Grayscale: #C0C0C0. Windows color (decimal): -2376059 or 8765147. OLE color: 8765147.

HSL color Cylindrical-coordinate representation of color #DBBE85: hue angle of 39.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBBE85 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 133 -
CMYK 0 0.13 0.39 0.14
HSL 39.77º 0.54% 0.69% -
HSV(B) 39.77º 0.39% 0.86% -
XYZ 51.86 53.58 29.8 -
YUV 192.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 219 190 133 0 0.13 0.39 0.14 39.77 0.54 0.69
Hex DB BE 85 0 D 27 E 28 36 45
Octal 333 276 205 0 15 47 16 50 66 105
Binary 11011011 10111110 10000101 0 1101 100111 1110 101000 110110 1000101

Color Harmonies of #DBBE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE85

Black with #DBBE85

Text Example


Text Example

White with #DBBE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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