Html Css Color HEX #DBA48C Tumbleweed

📋 copy color: '#DBA48C'

red 219 ◦ green 164 ◦ blue 140

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

Shades of Tumbleweed #DBA48C

Tints of Tumbleweed #DBA48C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 41.87%
G = 31.36%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBA48C (or 0xDBA48C) is known color: Tumbleweed. HEX triplet: DB, A4 and 8C. RGB value is (219,164,140). Sum of RGB (Red+Green+Blue) = 219+164+140=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA48C is #245B73. Grayscale: #B1B1B1. Windows color (decimal): -2382708 or 9217243. OLE color: 9217243.

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

Color convert

RGB 219 164 140 -
CMYK 0 0.25 0.36 0.14
HSL 18.23º 0.52% 0.7% -
HSV(B) 18.23º 0.36% 0.86% -
XYZ 47.22 43.5 30.72 -
YUV 177.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 219 164 140 0 0.25 0.36 0.14 18.23 0.52 0.7
Hex DB A4 8C 0 19 24 E 12 34 46
Octal 333 244 214 0 31 44 16 22 64 106
Binary 11011011 10100100 10001100 0 11001 100100 1110 10010 110100 1000110

Color Harmonies of #DBA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA48C

Black with #DBA48C

Text Example


Text Example

White with #DBA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA48C; }

 p { color: rgb(219,164,140); }

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

background-color css

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

 a { background-color: rgb(219,164,140); }

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

border-color css

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

 span { border-color: rgb(219,164,140); }

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