Html Css Color HEX #DB8326 Dixie

📋 copy color: '#DB8326'

red 219 ◦ green 131 ◦ blue 38

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

Shades of Dixie #DB8326

Tints of Dixie #DB8326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.79%

R = 56.44%
G = 33.76%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8326 (or 0xDB8326) is known color: Dixie. HEX triplet: DB, 83 and 26. RGB value is (219,131,38). Sum of RGB (Red+Green+Blue) = 219+131+38=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8326 is #247CD9. Grayscale: #939393. Windows color (decimal): -2391258 or 2524123. OLE color: 2524123.

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

Color convert

RGB 219 131 38 -
CMYK 0 0.40 0.83 0.14
HSL 30.83º 0.72% 0.5% -
HSV(B) 30.83º 0.83% 0.86% -
XYZ 37.68 31.43 5.91 -
YUV 146.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 219 131 38 0 0.40 0.83 0.14 30.83 0.72 0.5
Hex DB 83 26 0 28 53 E 1F 48 32
Octal 333 203 46 0 50 123 16 37 110 62
Binary 11011011 10000011 100110 0 101000 1010011 1110 11111 1001000 110010

Color Harmonies of #DB8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8326

Black with #DB8326

Text Example


Text Example

White with #DB8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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