Html Css Color HEX #D6862B Dixie

📋 copy color: '#D6862B'

red 214 ◦ green 134 ◦ blue 43

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

Shades of Dixie #D6862B

Tints of Dixie #D6862B

RGB

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

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

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

R = 54.73%
G = 34.27%
B = 11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6862B (or 0xD6862B) is known color: Dixie. HEX triplet: D6, 86 and 2B. RGB value is (214,134,43). Sum of RGB (Red+Green+Blue) = 214+134+43=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6862B is #2979D4. Grayscale: #939393. Windows color (decimal): -2718165 or 2852566. OLE color: 2852566.

HSL color Cylindrical-coordinate representation of color #D6862B: hue angle of 31.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6862B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 43 -
CMYK 0 0.37 0.80 0.16
HSL 31.93º 0.68% 0.5% -
HSV(B) 31.93º 0.8% 0.84% -
XYZ 36.69 31.52 6.44 -
YUV 147.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 214 134 43 0 0.37 0.80 0.16 31.93 0.68 0.5
Hex D6 86 2B 0 25 50 10 20 44 32
Octal 326 206 53 0 45 120 20 40 104 62
Binary 11010110 10000110 101011 0 100101 1010000 10000 100000 1000100 110010

Color Harmonies of #D6862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6862B

Black with #D6862B

Text Example


Text Example

White with #D6862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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