Html Css Color HEX #DBA88A Tumbleweed

📋 copy color: '#DBA88A'

red 219 ◦ green 168 ◦ blue 138

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

Shades of Tumbleweed #DBA88A

Tints of Tumbleweed #DBA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32%

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

R = 41.71%
G = 32%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBA88A (or 0xDBA88A) is known color: Tumbleweed. HEX triplet: DB, A8 and 8A. RGB value is (219,168,138). Sum of RGB (Red+Green+Blue) = 219+168+138=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA88A is #245775. Grayscale: #B4B4B4. Windows color (decimal): -2381686 or 9087195. OLE color: 9087195.

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

Color convert

RGB 219 168 138 -
CMYK 0 0.23 0.37 0.14
HSL 22.22º 0.53% 0.7% -
HSV(B) 22.22º 0.37% 0.86% -
XYZ 47.8 44.9 30.19 -
YUV 179.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 219 168 138 0 0.23 0.37 0.14 22.22 0.53 0.7
Hex DB A8 8A 0 17 25 E 16 35 46
Octal 333 250 212 0 27 45 16 26 65 106
Binary 11011011 10101000 10001010 0 10111 100101 1110 10110 110101 1000110

Color Harmonies of #DBA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA88A

Black with #DBA88A

Text Example


Text Example

White with #DBA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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