Html Css Color HEX #DB8329 Dixie

📋 copy color: '#DB8329'

red 219 ◦ green 131 ◦ blue 41

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

Shades of Dixie #DB8329

Tints of Dixie #DB8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 56.01%
G = 33.5%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB8329 (or 0xDB8329) is known color: Dixie. HEX triplet: DB, 83 and 29. RGB value is (219,131,41). Sum of RGB (Red+Green+Blue) = 219+131+41=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8329 is #247CD6. Grayscale: #939393. Windows color (decimal): -2391255 or 2720731. OLE color: 2720731.

HSL color Cylindrical-coordinate representation of color #DB8329: hue angle of 30.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB8329 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 41 -
CMYK 0 0.40 0.81 0.14
HSL 30.34º 0.71% 0.51% -
HSV(B) 30.34º 0.81% 0.86% -
XYZ 37.73 31.45 6.18 -
YUV 147.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 219 131 41 0 0.40 0.81 0.14 30.34 0.71 0.51
Hex DB 83 29 0 28 51 E 1E 47 33
Octal 333 203 51 0 50 121 16 36 107 63
Binary 11011011 10000011 101001 0 101000 1010001 1110 11110 1000111 110011

Color Harmonies of #DB8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8329

Black with #DB8329

Text Example


Text Example

White with #DB8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8329; }

 p { color: rgb(219,131,41); }

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

background-color css

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

 a { background-color: rgb(219,131,41); }

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

border-color css

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

 span { border-color: rgb(219,131,41); }

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