Html Css Color HEX #D8862B Dixie

📋 copy color: '#D8862B'

red 216 ◦ green 134 ◦ blue 43

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

Shades of Dixie #D8862B

Tints of Dixie #D8862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 54.96%
G = 34.1%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8862B (or 0xD8862B) is known color: Dixie. HEX triplet: D8, 86 and 2B. RGB value is (216,134,43). Sum of RGB (Red+Green+Blue) = 216+134+43=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8862B is #2779D4. Grayscale: #949494. Windows color (decimal): -2587093 or 2852568. OLE color: 2852568.

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

Color convert

RGB 216 134 43 -
CMYK 0 0.38 0.80 0.15
HSL 31.56º 0.69% 0.51% -
HSV(B) 31.56º 0.8% 0.85% -
XYZ 37.28 31.82 6.46 -
YUV 148.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 216 134 43 0 0.38 0.80 0.15 31.56 0.69 0.51
Hex D8 86 2B 0 26 50 F 20 45 33
Octal 330 206 53 0 46 120 17 40 105 63
Binary 11011000 10000110 101011 0 100110 1010000 1111 100000 1000101 110011

Color Harmonies of #D8862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8862B

Black with #D8862B

Text Example


Text Example

White with #D8862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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