Html Css Color HEX #DB832B Dixie

📋 copy color: '#DB832B'

red 219 ◦ green 131 ◦ blue 43

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

Shades of Dixie #DB832B

Tints of Dixie #DB832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 55.73%
G = 33.33%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB832B (or 0xDB832B) is known color: Dixie. HEX triplet: DB, 83 and 2B. RGB value is (219,131,43). Sum of RGB (Red+Green+Blue) = 219+131+43=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB832B is #247CD4. Grayscale: #939393. Windows color (decimal): -2391253 or 2851803. OLE color: 2851803.

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

Color convert

RGB 219 131 43 -
CMYK 0 0.40 0.80 0.14
HSL 30º 0.71% 0.51% -
HSV(B) 30º 0.8% 0.86% -
XYZ 37.77 31.47 6.37 -
YUV 147.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 219 131 43 0 0.40 0.80 0.14 30 0.71 0.51
Hex DB 83 2B 0 28 50 E 1E 47 33
Octal 333 203 53 0 50 120 16 36 107 63
Binary 11011011 10000011 101011 0 101000 1010000 1110 11110 1000111 110011

Color Harmonies of #DB832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB832B

Black with #DB832B

Text Example


Text Example

White with #DB832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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