Html Css Color HEX #DB862F Dixie

📋 copy color: '#DB862F'

red 219 ◦ green 134 ◦ blue 47

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

Shades of Dixie #DB862F

Tints of Dixie #DB862F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 54.75%
G = 33.5%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB862F (or 0xDB862F) is known color: Dixie. HEX triplet: DB, 86 and 2F. RGB value is (219,134,47). Sum of RGB (Red+Green+Blue) = 219+134+47=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB862F is #2479D0. Grayscale: #959595. Windows color (decimal): -2390481 or 3114715. OLE color: 3114715.

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

Color convert

RGB 219 134 47 -
CMYK 0 0.39 0.79 0.14
HSL 30.35º 0.7% 0.52% -
HSV(B) 30.35º 0.79% 0.86% -
XYZ 38.25 32.32 6.91 -
YUV 149.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 219 134 47 0 0.39 0.79 0.14 30.35 0.7 0.52
Hex DB 86 2F 0 27 4F E 1E 46 34
Octal 333 206 57 0 47 117 16 36 106 64
Binary 11011011 10000110 101111 0 100111 1001111 1110 11110 1000110 110100

Color Harmonies of #DB862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB862F

Black with #DB862F

Text Example


Text Example

White with #DB862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB862F; }

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

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

background-color css

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

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

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

border-color css

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

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

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