Html Css Color HEX #DB842A Dixie

📋 copy color: '#DB842A'

red 219 ◦ green 132 ◦ blue 42

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

Shades of Dixie #DB842A

Tints of Dixie #DB842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 55.73%
G = 33.59%
B = 10.69%

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

#DB842A (or 0xDB842A) is known color: Dixie. HEX triplet: DB, 84 and 2A. RGB value is (219,132,42). Sum of RGB (Red+Green+Blue) = 219+132+42=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB842A is #247BD5. Grayscale: #949494. Windows color (decimal): -2390998 or 2786523. OLE color: 2786523.

HSL color Cylindrical-coordinate representation of color #DB842A: hue angle of 30.51º 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 #DB842A is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 42 -
CMYK 0 0.40 0.81 0.14
HSL 30.51º 0.71% 0.51% -
HSV(B) 30.51º 0.81% 0.86% -
XYZ 37.88 31.73 6.32 -
YUV 147.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 219 132 42 0 0.40 0.81 0.14 30.51 0.71 0.51
Hex DB 84 2A 0 28 51 E 1F 47 33
Octal 333 204 52 0 50 121 16 37 107 63
Binary 11011011 10000100 101010 0 101000 1010001 1110 11111 1000111 110011

Color Harmonies of #DB842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB842A

Black with #DB842A

Text Example


Text Example

White with #DB842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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