Html Css Color HEX #DBBE8A Straw

📋 copy color: '#DBBE8A'

red 219 ◦ green 190 ◦ blue 138

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

Shades of Straw #DBBE8A

Tints of Straw #DBBE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.23%

R = 40.04%
G = 34.73%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBBE8A (or 0xDBBE8A) is known color: Straw. HEX triplet: DB, BE and 8A. RGB value is (219,190,138). Sum of RGB (Red+Green+Blue) = 219+190+138=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE8A is #244175. Grayscale: #C0C0C0. Windows color (decimal): -2376054 or 9092827. OLE color: 9092827.

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

Color convert

RGB 219 190 138 -
CMYK 0 0.13 0.37 0.14
HSL 38.52º 0.53% 0.7% -
HSV(B) 38.52º 0.37% 0.86% -
XYZ 52.21 53.72 31.66 -
YUV 192.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 219 190 138 0 0.13 0.37 0.14 38.52 0.53 0.7
Hex DB BE 8A 0 D 25 E 27 35 46
Octal 333 276 212 0 15 45 16 47 65 106
Binary 11011011 10111110 10001010 0 1101 100101 1110 100111 110101 1000110

Color Harmonies of #DBBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE8A

Black with #DBBE8A

Text Example


Text Example

White with #DBBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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