Html Css Color HEX #DB842E Dixie

📋 copy color: '#DB842E'

red 219 ◦ green 132 ◦ blue 46

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

Shades of Dixie #DB842E

Tints of Dixie #DB842E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 55.16%
G = 33.25%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB842E (or 0xDB842E) is known color: Dixie. HEX triplet: DB, 84 and 2E. RGB value is (219,132,46). Sum of RGB (Red+Green+Blue) = 219+132+46=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB842E is #247BD1. Grayscale: #949494. Windows color (decimal): -2390994 or 3048667. OLE color: 3048667.

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

Color convert

RGB 219 132 46 -
CMYK 0 0.40 0.79 0.14
HSL 29.83º 0.71% 0.52% -
HSV(B) 29.83º 0.79% 0.86% -
XYZ 37.96 31.76 6.71 -
YUV 148.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 219 132 46 0 0.40 0.79 0.14 29.83 0.71 0.52
Hex DB 84 2E 0 28 4F E 1E 47 34
Octal 333 204 56 0 50 117 16 36 107 64
Binary 11011011 10000100 101110 0 101000 1001111 1110 11110 1000111 110100

Color Harmonies of #DB842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB842E

Black with #DB842E

Text Example


Text Example

White with #DB842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB842E; }

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

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

background-color css

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

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

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

border-color css

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

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

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