Html Css Color HEX #D8862D Dixie

📋 copy color: '#D8862D'

red 216 ◦ green 134 ◦ blue 45

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

Shades of Dixie #D8862D

Tints of Dixie #D8862D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.39%

R = 54.68%
G = 33.92%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8862D (or 0xD8862D) is known color: Dixie. HEX triplet: D8, 86 and 2D. RGB value is (216,134,45). Sum of RGB (Red+Green+Blue) = 216+134+45=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8862D is #2779D2. Grayscale: #949494. Windows color (decimal): -2587091 or 2983640. OLE color: 2983640.

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

Color convert

RGB 216 134 45 -
CMYK 0 0.38 0.79 0.15
HSL 31.23º 0.69% 0.51% -
HSV(B) 31.23º 0.79% 0.85% -
XYZ 37.32 31.84 6.66 -
YUV 148.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 216 134 45 0 0.38 0.79 0.15 31.23 0.69 0.51
Hex D8 86 2D 0 26 4F F 1F 45 33
Octal 330 206 55 0 46 117 17 37 105 63
Binary 11011000 10000110 101101 0 100110 1001111 1111 11111 1000101 110011

Color Harmonies of #D8862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8862D

Black with #D8862D

Text Example


Text Example

White with #D8862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8862D; }

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

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

background-color css

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

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

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

border-color css

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

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

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