Html Css Color HEX #DBA38A Tumbleweed

📋 copy color: '#DBA38A'

red 219 ◦ green 163 ◦ blue 138

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

Shades of Tumbleweed #DBA38A

Tints of Tumbleweed #DBA38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

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

R = 42.12%
G = 31.35%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBA38A (or 0xDBA38A) is known color: Tumbleweed. HEX triplet: DB, A3 and 8A. RGB value is (219,163,138). Sum of RGB (Red+Green+Blue) = 219+163+138=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA38A is #245C75. Grayscale: #B1B1B1. Windows color (decimal): -2382966 or 9085915. OLE color: 9085915.

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

Color convert

RGB 219 163 138 -
CMYK 0 0.26 0.37 0.14
HSL 18.52º 0.53% 0.7% -
HSV(B) 18.52º 0.37% 0.86% -
XYZ 46.9 43.09 29.89 -
YUV 176.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 219 163 138 0 0.26 0.37 0.14 18.52 0.53 0.7
Hex DB A3 8A 0 1A 25 E 13 35 46
Octal 333 243 212 0 32 45 16 23 65 106
Binary 11011011 10100011 10001010 0 11010 100101 1110 10011 110101 1000110

Color Harmonies of #DBA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA38A

Black with #DBA38A

Text Example


Text Example

White with #DBA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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