Html Css Color HEX #D6842A Dixie

📋 copy color: '#D6842A'

red 214 ◦ green 132 ◦ blue 42

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

Shades of Dixie #D6842A

Tints of Dixie #D6842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.82%

R = 55.15%
G = 34.02%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6842A (or 0xD6842A) is known color: Dixie. HEX triplet: D6, 84 and 2A. RGB value is (214,132,42). Sum of RGB (Red+Green+Blue) = 214+132+42=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6842A is #297BD5. Grayscale: #929292. Windows color (decimal): -2718678 or 2786518. OLE color: 2786518.

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

Color convert

RGB 214 132 42 -
CMYK 0 0.38 0.80 0.16
HSL 31.4º 0.68% 0.5% -
HSV(B) 31.4º 0.8% 0.84% -
XYZ 36.4 30.97 6.25 -
YUV 146.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 214 132 42 0 0.38 0.80 0.16 31.4 0.68 0.5
Hex D6 84 2A 0 26 50 10 1F 44 32
Octal 326 204 52 0 46 120 20 37 104 62
Binary 11010110 10000100 101010 0 100110 1010000 10000 11111 1000100 110010

Color Harmonies of #D6842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6842A

Black with #D6842A

Text Example


Text Example

White with #D6842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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