Html Css Color HEX #D8832C Dixie

📋 copy color: '#D8832C'

red 216 ◦ green 131 ◦ blue 44

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

Shades of Dixie #D8832C

Tints of Dixie #D8832C

RGB

 RED value IS 216 (84.77% from 255) = 55.24%

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 55.24%
G = 33.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8832C (or 0xD8832C) is known color: Dixie. HEX triplet: D8, 83 and 2C. RGB value is (216,131,44). Sum of RGB (Red+Green+Blue) = 216+131+44=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8832C is #277CD3. Grayscale: #929292. Windows color (decimal): -2587860 or 2917336. OLE color: 2917336.

HSL color Cylindrical-coordinate representation of color #D8832C: hue angle of 30.35º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8832C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 44 -
CMYK 0 0.39 0.80 0.15
HSL 30.35º 0.69% 0.51% -
HSV(B) 30.35º 0.8% 0.85% -
XYZ 36.89 31.01 6.42 -
YUV 146.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 216 131 44 0 0.39 0.80 0.15 30.35 0.69 0.51
Hex D8 83 2C 0 27 50 F 1E 45 33
Octal 330 203 54 0 47 120 17 36 105 63
Binary 11011000 10000011 101100 0 100111 1010000 1111 11110 1000101 110011

Color Harmonies of #D8832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8832C

Black with #D8832C

Text Example


Text Example

White with #D8832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8832C; }

 p { color: rgb(216,131,44); }

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

background-color css

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

 a { background-color: rgb(216,131,44); }

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

border-color css

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

 span { border-color: rgb(216,131,44); }

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