Html Css Color HEX #DBA375 Tumbleweed

📋 copy color: '#DBA375'

red 219 ◦ green 163 ◦ blue 117

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

Shades of Tumbleweed #DBA375

Tints of Tumbleweed #DBA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.67%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 43.89%
G = 32.67%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBA375 (or 0xDBA375) is known color: Tumbleweed. HEX triplet: DB, A3 and 75. RGB value is (219,163,117). Sum of RGB (Red+Green+Blue) = 219+163+117=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA375 is #245C8A. Grayscale: #AEAEAE. Windows color (decimal): -2382987 or 7709659. OLE color: 7709659.

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

Color convert

RGB 219 163 117 -
CMYK 0 0.26 0.47 0.14
HSL 27.06º 0.59% 0.66% -
HSV(B) 27.06º 0.47% 0.86% -
XYZ 45.52 42.54 22.64 -
YUV 174.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 219 163 117 0 0.26 0.47 0.14 27.06 0.59 0.66
Hex DB A3 75 0 1A 2F E 1B 3B 42
Octal 333 243 165 0 32 57 16 33 73 102
Binary 11011011 10100011 1110101 0 11010 101111 1110 11011 111011 1000010

Color Harmonies of #DBA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA375

Black with #DBA375

Text Example


Text Example

White with #DBA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA375; }

 p { color: rgb(219,163,117); }

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

background-color css

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

 a { background-color: rgb(219,163,117); }

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

border-color css

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

 span { border-color: rgb(219,163,117); }

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