Html Css Color HEX #DBA98E Tumbleweed

📋 copy color: '#DBA98E'

red 219 ◦ green 169 ◦ blue 142

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

Shades of Tumbleweed #DBA98E

Tints of Tumbleweed #DBA98E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.89%

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 41.32%
G = 31.89%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBA98E (or 0xDBA98E) is known color: Tumbleweed. HEX triplet: DB, A9 and 8E. RGB value is (219,169,142). Sum of RGB (Red+Green+Blue) = 219+169+142=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA98E is #245671. Grayscale: #B5B5B5. Windows color (decimal): -2381426 or 9349595. OLE color: 9349595.

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

Color convert

RGB 219 169 142 -
CMYK 0 0.23 0.35 0.14
HSL 21.04º 0.52% 0.71% -
HSV(B) 21.04º 0.35% 0.86% -
XYZ 48.28 45.39 31.81 -
YUV 180.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 219 169 142 0 0.23 0.35 0.14 21.04 0.52 0.71
Hex DB A9 8E 0 17 23 E 15 34 47
Octal 333 251 216 0 27 43 16 25 64 107
Binary 11011011 10101001 10001110 0 10111 100011 1110 10101 110100 1000111

Color Harmonies of #DBA98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA98E

Black with #DBA98E

Text Example


Text Example

White with #DBA98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA98E; }

 p { color: rgb(219,169,142); }

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

background-color css

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

 a { background-color: rgb(219,169,142); }

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

border-color css

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

 span { border-color: rgb(219,169,142); }

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