Html Css Color HEX #DB862B Dixie

📋 copy color: '#DB862B'

red 219 ◦ green 134 ◦ blue 43

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

Shades of Dixie #DB862B

Tints of Dixie #DB862B

RGB

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

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

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

R = 55.3%
G = 33.84%
B = 10.86%

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

#DB862B (or 0xDB862B) is known color: Dixie. HEX triplet: DB, 86 and 2B. RGB value is (219,134,43). Sum of RGB (Red+Green+Blue) = 219+134+43=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB862B is #2479D4. Grayscale: #959595. Windows color (decimal): -2390485 or 2852571. OLE color: 2852571.

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

Color convert

RGB 219 134 43 -
CMYK 0 0.39 0.80 0.14
HSL 31.02º 0.71% 0.51% -
HSV(B) 31.02º 0.8% 0.86% -
XYZ 38.17 32.28 6.51 -
YUV 149.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 219 134 43 0 0.39 0.80 0.14 31.02 0.71 0.51
Hex DB 86 2B 0 27 50 E 1F 47 33
Octal 333 206 53 0 47 120 16 37 107 63
Binary 11011011 10000110 101011 0 100111 1010000 1110 11111 1000111 110011

Color Harmonies of #DB862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB862B

Black with #DB862B

Text Example


Text Example

White with #DB862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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