Html Css Color HEX #D6842E Dixie

📋 copy color: '#D6842E'

red 214 ◦ green 132 ◦ blue 46

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

Shades of Dixie #D6842E

Tints of Dixie #D6842E

RGB

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

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

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

R = 54.59%
G = 33.67%
B = 11.73%

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

#D6842E (or 0xD6842E) is known color: Dixie. HEX triplet: D6, 84 and 2E. RGB value is (214,132,46). Sum of RGB (Red+Green+Blue) = 214+132+46=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6842E is #297BD1. Grayscale: #939393. Windows color (decimal): -2718674 or 3048662. OLE color: 3048662.

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

Color convert

RGB 214 132 46 -
CMYK 0 0.38 0.79 0.16
HSL 30.71º 0.67% 0.51% -
HSV(B) 30.71º 0.79% 0.84% -
XYZ 36.48 31 6.65 -
YUV 146.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 214 132 46 0 0.38 0.79 0.16 30.71 0.67 0.51
Hex D6 84 2E 0 26 4F 10 1F 43 33
Octal 326 204 56 0 46 117 20 37 103 63
Binary 11010110 10000100 101110 0 100110 1001111 10000 11111 1000011 110011

Color Harmonies of #D6842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6842E

Black with #D6842E

Text Example


Text Example

White with #D6842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6842E; }

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

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

background-color css

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

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

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

border-color css

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

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

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