Html Css Color HEX #D6842C Dixie

📋 copy color: '#D6842C'

red 214 ◦ green 132 ◦ blue 44

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

Shades of Dixie #D6842C

Tints of Dixie #D6842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 54.87%
G = 33.85%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6842C (or 0xD6842C) is known color: Dixie. HEX triplet: D6, 84 and 2C. RGB value is (214,132,44). Sum of RGB (Red+Green+Blue) = 214+132+44=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6842C is #297BD3. Grayscale: #929292. Windows color (decimal): -2718676 or 2917590. OLE color: 2917590.

HSL color Cylindrical-coordinate representation of color #D6842C: hue angle of 31.06º 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 #D6842C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 44 -
CMYK 0 0.38 0.79 0.16
HSL 31.06º 0.67% 0.51% -
HSV(B) 31.06º 0.79% 0.84% -
XYZ 36.44 30.98 6.44 -
YUV 146.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 214 132 44 0 0.38 0.79 0.16 31.06 0.67 0.51
Hex D6 84 2C 0 26 4F 10 1F 43 33
Octal 326 204 54 0 46 117 20 37 103 63
Binary 11010110 10000100 101100 0 100110 1001111 10000 11111 1000011 110011

Color Harmonies of #D6842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6842C

Black with #D6842C

Text Example


Text Example

White with #D6842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6842C; }

 p { color: rgb(214,132,44); }

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

background-color css

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

 a { background-color: rgb(214,132,44); }

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

border-color css

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

 span { border-color: rgb(214,132,44); }

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