Html Css Color HEX #DB862C Dixie

📋 copy color: '#DB862C'

red 219 ◦ green 134 ◦ blue 44

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

Shades of Dixie #DB862C

Tints of Dixie #DB862C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

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

R = 55.16%
G = 33.75%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB862C (or 0xDB862C) is known color: Dixie. HEX triplet: DB, 86 and 2C. RGB value is (219,134,44). Sum of RGB (Red+Green+Blue) = 219+134+44=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB862C is #2479D3. Grayscale: #959595. Windows color (decimal): -2390484 or 2918107. OLE color: 2918107.

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

Color convert

RGB 219 134 44 -
CMYK 0 0.39 0.80 0.14
HSL 30.86º 0.71% 0.52% -
HSV(B) 30.86º 0.8% 0.86% -
XYZ 38.19 32.29 6.6 -
YUV 149.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 219 134 44 0 0.39 0.80 0.14 30.86 0.71 0.52
Hex DB 86 2C 0 27 50 E 1F 47 34
Octal 333 206 54 0 47 120 16 37 107 64
Binary 11011011 10000110 101100 0 100111 1010000 1110 11111 1000111 110100

Color Harmonies of #DB862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB862C

Black with #DB862C

Text Example


Text Example

White with #DB862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB862C; }

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

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

background-color css

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

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

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

border-color css

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

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

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