Html Css Color HEX #DBA88C Tumbleweed

📋 copy color: '#DBA88C'

red 219 ◦ green 168 ◦ blue 140

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

Shades of Tumbleweed #DBA88C

Tints of Tumbleweed #DBA88C

RGB

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

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

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

R = 41.56%
G = 31.88%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBA88C (or 0xDBA88C) is known color: Tumbleweed. HEX triplet: DB, A8 and 8C. RGB value is (219,168,140). Sum of RGB (Red+Green+Blue) = 219+168+140=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA88C is #245773. Grayscale: #B4B4B4. Windows color (decimal): -2381684 or 9218267. OLE color: 9218267.

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

Color convert

RGB 219 168 140 -
CMYK 0 0.23 0.36 0.14
HSL 21.27º 0.52% 0.7% -
HSV(B) 21.27º 0.36% 0.86% -
XYZ 47.95 44.96 30.96 -
YUV 180.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 219 168 140 0 0.23 0.36 0.14 21.27 0.52 0.7
Hex DB A8 8C 0 17 24 E 15 34 46
Octal 333 250 214 0 27 44 16 25 64 106
Binary 11011011 10101000 10001100 0 10111 100100 1110 10101 110100 1000110

Color Harmonies of #DBA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA88C

Black with #DBA88C

Text Example


Text Example

White with #DBA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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