Html Css Color HEX #D6872F Dixie

📋 copy color: '#D6872F'

red 214 ◦ green 135 ◦ blue 47

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

Shades of Dixie #D6872F

Tints of Dixie #D6872F

RGB

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

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

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

R = 54.04%
G = 34.09%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6872F (or 0xD6872F) is known color: Dixie. HEX triplet: D6, 87 and 2F. RGB value is (214,135,47). Sum of RGB (Red+Green+Blue) = 214+135+47=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6872F is #2978D0. Grayscale: #959595. Windows color (decimal): -2717905 or 3114966. OLE color: 3114966.

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

Color convert

RGB 214 135 47 -
CMYK 0 0.37 0.78 0.16
HSL 31.62º 0.67% 0.51% -
HSV(B) 31.62º 0.78% 0.84% -
XYZ 36.91 31.83 6.89 -
YUV 148.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 214 135 47 0 0.37 0.78 0.16 31.62 0.67 0.51
Hex D6 87 2F 0 25 4E 10 20 43 33
Octal 326 207 57 0 45 116 20 40 103 63
Binary 11010110 10000111 101111 0 100101 1001110 10000 100000 1000011 110011

Color Harmonies of #D6872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6872F

Black with #D6872F

Text Example


Text Example

White with #D6872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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