Html Css Color HEX #DBA272 Tumbleweed

📋 copy color: '#DBA272'

red 219 ◦ green 162 ◦ blue 114

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

Shades of Tumbleweed #DBA272

Tints of Tumbleweed #DBA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 44.24%
G = 32.73%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBA272 (or 0xDBA272) is known color: Tumbleweed. HEX triplet: DB, A2 and 72. RGB value is (219,162,114). Sum of RGB (Red+Green+Blue) = 219+162+114=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA272 is #245D8D. Grayscale: #ADADAD. Windows color (decimal): -2383246 or 7512795. OLE color: 7512795.

HSL color Cylindrical-coordinate representation of color #DBA272: hue angle of 27.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBA272 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 114 -
CMYK 0 0.26 0.48 0.14
HSL 27.43º 0.59% 0.65% -
HSV(B) 27.43º 0.48% 0.86% -
XYZ 45.17 42.12 21.67 -
YUV 173.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 219 162 114 0 0.26 0.48 0.14 27.43 0.59 0.65
Hex DB A2 72 0 1A 30 E 1B 3B 41
Octal 333 242 162 0 32 60 16 33 73 101
Binary 11011011 10100010 1110010 0 11010 110000 1110 11011 111011 1000001

Color Harmonies of #DBA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA272

Black with #DBA272

Text Example


Text Example

White with #DBA272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA272; }

 p { color: rgb(219,162,114); }

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

background-color css

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

 a { background-color: rgb(219,162,114); }

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

border-color css

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

 span { border-color: rgb(219,162,114); }

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