Html Css Color HEX #D6882C Dixie

📋 copy color: '#D6882C'

red 214 ◦ green 136 ◦ blue 44

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

Shades of Dixie #D6882C

Tints of Dixie #D6882C

RGB

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

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

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

R = 54.31%
G = 34.52%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6882C (or 0xD6882C) is known color: Dixie. HEX triplet: D6, 88 and 2C. RGB value is (214,136,44). Sum of RGB (Red+Green+Blue) = 214+136+44=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6882C is #2977D3. Grayscale: #959595. Windows color (decimal): -2717652 or 2918614. OLE color: 2918614.

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

Color convert

RGB 214 136 44 -
CMYK 0 0.36 0.79 0.16
HSL 32.47º 0.67% 0.51% -
HSV(B) 32.47º 0.79% 0.84% -
XYZ 36.99 32.09 6.63 -
YUV 148.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 214 136 44 0 0.36 0.79 0.16 32.47 0.67 0.51
Hex D6 88 2C 0 24 4F 10 20 43 33
Octal 326 210 54 0 44 117 20 40 103 63
Binary 11010110 10001000 101100 0 100100 1001111 10000 100000 1000011 110011

Color Harmonies of #D6882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6882C

Black with #D6882C

Text Example


Text Example

White with #D6882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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