Html Css Color HEX #DB842C Dixie

📋 copy color: '#DB842C'

red 219 ◦ green 132 ◦ blue 44

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

Shades of Dixie #DB842C

Tints of Dixie #DB842C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 55.44%
G = 33.42%
B = 11.14%

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

#DB842C (or 0xDB842C) is known color: Dixie. HEX triplet: DB, 84 and 2C. RGB value is (219,132,44). Sum of RGB (Red+Green+Blue) = 219+132+44=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB842C is #247BD3. Grayscale: #949494. Windows color (decimal): -2390996 or 2917595. OLE color: 2917595.

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

Color convert

RGB 219 132 44 -
CMYK 0 0.40 0.80 0.14
HSL 30.17º 0.71% 0.52% -
HSV(B) 30.17º 0.8% 0.86% -
XYZ 37.92 31.74 6.51 -
YUV 147.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 219 132 44 0 0.40 0.80 0.14 30.17 0.71 0.52
Hex DB 84 2C 0 28 50 E 1E 47 34
Octal 333 204 54 0 50 120 16 36 107 64
Binary 11011011 10000100 101100 0 101000 1010000 1110 11110 1000111 110100

Color Harmonies of #DB842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB842C

Black with #DB842C

Text Example


Text Example

White with #DB842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB842C; }

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

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

background-color css

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

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

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

border-color css

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

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

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