Html Css Color HEX #D6872C Dixie

📋 copy color: '#D6872C'

red 214 ◦ green 135 ◦ blue 44

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

Shades of Dixie #D6872C

Tints of Dixie #D6872C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 54.45%
G = 34.35%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6872C (or 0xD6872C) is known color: Dixie. HEX triplet: D6, 87 and 2C. RGB value is (214,135,44). Sum of RGB (Red+Green+Blue) = 214+135+44=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6872C is #2978D3. Grayscale: #949494. Windows color (decimal): -2717908 or 2918358. OLE color: 2918358.

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

Color convert

RGB 214 135 44 -
CMYK 0 0.37 0.79 0.16
HSL 32.12º 0.67% 0.51% -
HSV(B) 32.12º 0.79% 0.84% -
XYZ 36.85 31.81 6.58 -
YUV 148.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 214 135 44 0 0.37 0.79 0.16 32.12 0.67 0.51
Hex D6 87 2C 0 25 4F 10 20 43 33
Octal 326 207 54 0 45 117 20 40 103 63
Binary 11010110 10000111 101100 0 100101 1001111 10000 100000 1000011 110011

Color Harmonies of #D6872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6872C

Black with #D6872C

Text Example


Text Example

White with #D6872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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