Html Css Color HEX #D6882B Dixie

📋 copy color: '#D6882B'

red 214 ◦ green 136 ◦ blue 43

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

Shades of Dixie #D6882B

Tints of Dixie #D6882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 54.45%
G = 34.61%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6882B (or 0xD6882B) is known color: Dixie. HEX triplet: D6, 88 and 2B. RGB value is (214,136,43). Sum of RGB (Red+Green+Blue) = 214+136+43=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6882B is #2977D4. Grayscale: #959595. Windows color (decimal): -2717653 or 2853078. OLE color: 2853078.

HSL color Cylindrical-coordinate representation of color #D6882B: hue angle of 32.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6882B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 43 -
CMYK 0 0.36 0.80 0.16
HSL 32.63º 0.68% 0.5% -
HSV(B) 32.63º 0.8% 0.84% -
XYZ 36.97 32.08 6.53 -
YUV 148.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 214 136 43 0 0.36 0.80 0.16 32.63 0.68 0.5
Hex D6 88 2B 0 24 50 10 21 44 32
Octal 326 210 53 0 44 120 20 41 104 62
Binary 11010110 10001000 101011 0 100100 1010000 10000 100001 1000100 110010

Color Harmonies of #D6882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6882B

Black with #D6882B

Text Example


Text Example

White with #D6882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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