Html Css Color HEX #DB842B Dixie

📋 copy color: '#DB842B'

red 219 ◦ green 132 ◦ blue 43

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

Shades of Dixie #DB842B

Tints of Dixie #DB842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 55.58%
G = 33.5%
B = 10.91%

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

#DB842B (or 0xDB842B) is known color: Dixie. HEX triplet: DB, 84 and 2B. RGB value is (219,132,43). Sum of RGB (Red+Green+Blue) = 219+132+43=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB842B is #247BD4. Grayscale: #949494. Windows color (decimal): -2390997 or 2852059. OLE color: 2852059.

HSL color Cylindrical-coordinate representation of color #DB842B: 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.8%. Process color model (Four color, CMYK) of #DB842B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 43 -
CMYK 0 0.40 0.80 0.14
HSL 30.34º 0.71% 0.51% -
HSV(B) 30.34º 0.8% 0.86% -
XYZ 37.9 31.74 6.41 -
YUV 147.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 219 132 43 0 0.40 0.80 0.14 30.34 0.71 0.51
Hex DB 84 2B 0 28 50 E 1E 47 33
Octal 333 204 53 0 50 120 16 36 107 63
Binary 11011011 10000100 101011 0 101000 1010000 1110 11110 1000111 110011

Color Harmonies of #DB842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB842B

Black with #DB842B

Text Example


Text Example

White with #DB842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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