Html Css Color HEX #D6882F Dixie

📋 copy color: '#D6882F'

red 214 ◦ green 136 ◦ blue 47

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

Shades of Dixie #D6882F

Tints of Dixie #D6882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

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

R = 53.9%
G = 34.26%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6882F (or 0xD6882F) is known color: Dixie. HEX triplet: D6, 88 and 2F. RGB value is (214,136,47). Sum of RGB (Red+Green+Blue) = 214+136+47=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6882F is #2977D0. Grayscale: #959595. Windows color (decimal): -2717649 or 3115222. OLE color: 3115222.

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

Color convert

RGB 214 136 47 -
CMYK 0 0.36 0.78 0.16
HSL 31.98º 0.67% 0.51% -
HSV(B) 31.98º 0.78% 0.84% -
XYZ 37.05 32.11 6.93 -
YUV 149.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 214 136 47 0 0.36 0.78 0.16 31.98 0.67 0.51
Hex D6 88 2F 0 24 4E 10 20 43 33
Octal 326 210 57 0 44 116 20 40 103 63
Binary 11010110 10001000 101111 0 100100 1001110 10000 100000 1000011 110011

Color Harmonies of #D6882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6882F

Black with #D6882F

Text Example


Text Example

White with #D6882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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