Html Css Color HEX #D6842F Dixie

📋 copy color: '#D6842F'

red 214 ◦ green 132 ◦ blue 47

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

Shades of Dixie #D6842F

Tints of Dixie #D6842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 54.45%
G = 33.59%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6842F (or 0xD6842F) is known color: Dixie. HEX triplet: D6, 84 and 2F. RGB value is (214,132,47). Sum of RGB (Red+Green+Blue) = 214+132+47=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6842F is #297BD0. Grayscale: #939393. Windows color (decimal): -2718673 or 3114198. OLE color: 3114198.

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

Color convert

RGB 214 132 47 -
CMYK 0 0.38 0.78 0.16
HSL 30.54º 0.67% 0.51% -
HSV(B) 30.54º 0.78% 0.84% -
XYZ 36.5 31 6.75 -
YUV 146.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 214 132 47 0 0.38 0.78 0.16 30.54 0.67 0.51
Hex D6 84 2F 0 26 4E 10 1F 43 33
Octal 326 204 57 0 46 116 20 37 103 63
Binary 11010110 10000100 101111 0 100110 1001110 10000 11111 1000011 110011

Color Harmonies of #D6842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6842F

Black with #D6842F

Text Example


Text Example

White with #D6842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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