Html Css Color HEX #DBA56F Tumbleweed

📋 copy color: '#DBA56F'

red 219 ◦ green 165 ◦ blue 111

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

Shades of Tumbleweed #DBA56F

Tints of Tumbleweed #DBA56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 44.24%
G = 33.33%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBA56F (or 0xDBA56F) is known color: Tumbleweed. HEX triplet: DB, A5 and 6F. RGB value is (219,165,111). Sum of RGB (Red+Green+Blue) = 219+165+111=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56F is #245A90. Grayscale: #AFAFAF. Windows color (decimal): -2382481 or 7316955. OLE color: 7316955.

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

Color convert

RGB 219 165 111 -
CMYK 0 0.25 0.49 0.14
HSL 30º 0.6% 0.65% -
HSV(B) 30º 0.49% 0.86% -
XYZ 45.54 43.12 20.96 -
YUV 174.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 219 165 111 0 0.25 0.49 0.14 30 0.6 0.65
Hex DB A5 6F 0 19 31 E 1E 3C 41
Octal 333 245 157 0 31 61 16 36 74 101
Binary 11011011 10100101 1101111 0 11001 110001 1110 11110 111100 1000001

Color Harmonies of #DBA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA56F

Black with #DBA56F

Text Example


Text Example

White with #DBA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA56F; }

 p { color: rgb(219,165,111); }

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

background-color css

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

 a { background-color: rgb(219,165,111); }

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

border-color css

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

 span { border-color: rgb(219,165,111); }

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