Html Css Color HEX #D8832B Dixie

📋 copy color: '#D8832B'

red 216 ◦ green 131 ◦ blue 43

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

Shades of Dixie #D8832B

Tints of Dixie #D8832B

RGB

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

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

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

R = 55.38%
G = 33.59%
B = 11.03%

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

#D8832B (or 0xD8832B) is known color: Dixie. HEX triplet: D8, 83 and 2B. RGB value is (216,131,43). Sum of RGB (Red+Green+Blue) = 216+131+43=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8832B is #277CD4. Grayscale: #929292. Windows color (decimal): -2587861 or 2851800. OLE color: 2851800.

HSL color Cylindrical-coordinate representation of color #D8832B: hue angle of 30.52º 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 #D8832B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 43 -
CMYK 0 0.39 0.80 0.15
HSL 30.52º 0.69% 0.51% -
HSV(B) 30.52º 0.8% 0.85% -
XYZ 36.87 31.01 6.33 -
YUV 146.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 216 131 43 0 0.39 0.80 0.15 30.52 0.69 0.51
Hex D8 83 2B 0 27 50 F 1F 45 33
Octal 330 203 53 0 47 120 17 37 105 63
Binary 11011000 10000011 101011 0 100111 1010000 1111 11111 1000101 110011

Color Harmonies of #D8832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8832B

Black with #D8832B

Text Example


Text Example

White with #D8832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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