Html Css Color HEX #DBA07D Tumbleweed

📋 copy color: '#DBA07D'

red 219 ◦ green 160 ◦ blue 125

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

Shades of Tumbleweed #DBA07D

Tints of Tumbleweed #DBA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 43.45%
G = 31.75%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBA07D (or 0xDBA07D) is known color: Tumbleweed. HEX triplet: DB, A0 and 7D. RGB value is (219,160,125). Sum of RGB (Red+Green+Blue) = 219+160+125=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA07D is #245F82. Grayscale: #ADADAD. Windows color (decimal): -2383747 or 8233179. OLE color: 8233179.

HSL color Cylindrical-coordinate representation of color #DBA07D: hue angle of 22.34º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBA07D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 125 -
CMYK 0 0.27 0.43 0.14
HSL 22.34º 0.57% 0.67% -
HSV(B) 22.34º 0.43% 0.86% -
XYZ 45.49 41.68 25.05 -
YUV 173.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 219 160 125 0 0.27 0.43 0.14 22.34 0.57 0.67
Hex DB A0 7D 0 1B 2B E 16 39 43
Octal 333 240 175 0 33 53 16 26 71 103
Binary 11011011 10100000 1111101 0 11011 101011 1110 10110 111001 1000011

Color Harmonies of #DBA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA07D

Black with #DBA07D

Text Example


Text Example

White with #DBA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA07D; }

 p { color: rgb(219,160,125); }

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

background-color css

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

 a { background-color: rgb(219,160,125); }

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

border-color css

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

 span { border-color: rgb(219,160,125); }

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