Html Css Color HEX #DBA88E Tumbleweed

📋 copy color: '#DBA88E'

red 219 ◦ green 168 ◦ blue 142

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

Shades of Tumbleweed #DBA88E

Tints of Tumbleweed #DBA88E

RGB

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

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

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

R = 41.4%
G = 31.76%
B = 26.84%

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

#DBA88E (or 0xDBA88E) is known color: Tumbleweed. HEX triplet: DB, A8 and 8E. RGB value is (219,168,142). Sum of RGB (Red+Green+Blue) = 219+168+142=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA88E is #245771. Grayscale: #B4B4B4. Windows color (decimal): -2381682 or 9349339. OLE color: 9349339.

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

Color convert

RGB 219 168 142 -
CMYK 0 0.23 0.35 0.14
HSL 20.26º 0.52% 0.71% -
HSV(B) 20.26º 0.35% 0.86% -
XYZ 48.1 45.02 31.75 -
YUV 180.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 219 168 142 0 0.23 0.35 0.14 20.26 0.52 0.71
Hex DB A8 8E 0 17 23 E 14 34 47
Octal 333 250 216 0 27 43 16 24 64 107
Binary 11011011 10101000 10001110 0 10111 100011 1110 10100 110100 1000111

Color Harmonies of #DBA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA88E

Black with #DBA88E

Text Example


Text Example

White with #DBA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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