Html Css Color HEX #DBBE84 Straw

📋 copy color: '#DBBE84'

red 219 ◦ green 190 ◦ blue 132

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

Shades of Straw #DBBE84

Tints of Straw #DBBE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.4%

R = 40.48%
G = 35.12%
B = 24.4%

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

#DBBE84 (or 0xDBBE84) is known color: Straw. HEX triplet: DB, BE and 84. RGB value is (219,190,132). Sum of RGB (Red+Green+Blue) = 219+190+132=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE84 is #24417B. Grayscale: #C0C0C0. Windows color (decimal): -2376060 or 8699611. OLE color: 8699611.

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

Color convert

RGB 219 190 132 -
CMYK 0 0.13 0.40 0.14
HSL 40º 0.55% 0.69% -
HSV(B) 40º 0.4% 0.86% -
XYZ 51.79 53.55 29.44 -
YUV 192.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 219 190 132 0 0.13 0.40 0.14 40 0.55 0.69
Hex DB BE 84 0 D 28 E 28 37 45
Octal 333 276 204 0 15 50 16 50 67 105
Binary 11011011 10111110 10000100 0 1101 101000 1110 101000 110111 1000101

Color Harmonies of #DBBE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE84

Black with #DBBE84

Text Example


Text Example

White with #DBBE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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