Html Css Color HEX #D6862E Dixie

📋 copy color: '#D6862E'

red 214 ◦ green 134 ◦ blue 46

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

Shades of Dixie #D6862E

Tints of Dixie #D6862E

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

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

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

R = 54.31%
G = 34.01%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6862E (or 0xD6862E) is known color: Dixie. HEX triplet: D6, 86 and 2E. RGB value is (214,134,46). Sum of RGB (Red+Green+Blue) = 214+134+46=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6862E is #2979D1. Grayscale: #949494. Windows color (decimal): -2718162 or 3049174. OLE color: 3049174.

HSL color Cylindrical-coordinate representation of color #D6862E: hue angle of 31.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6862E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 46 -
CMYK 0 0.37 0.79 0.16
HSL 31.43º 0.67% 0.51% -
HSV(B) 31.43º 0.79% 0.84% -
XYZ 36.75 31.54 6.74 -
YUV 147.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 214 134 46 0 0.37 0.79 0.16 31.43 0.67 0.51
Hex D6 86 2E 0 25 4F 10 1F 43 33
Octal 326 206 56 0 45 117 20 37 103 63
Binary 11010110 10000110 101110 0 100101 1001111 10000 11111 1000011 110011

Color Harmonies of #D6862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6862E

Black with #D6862E

Text Example


Text Example

White with #D6862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6862E; }

 p { color: rgb(214,134,46); }

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

background-color css

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

 a { background-color: rgb(214,134,46); }

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

border-color css

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

 span { border-color: rgb(214,134,46); }

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