Html Css Color HEX #D8842F Dixie

📋 copy color: '#D8842F'

red 216 ◦ green 132 ◦ blue 47

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

Shades of Dixie #D8842F

Tints of Dixie #D8842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 54.68%
G = 33.42%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8842F (or 0xD8842F) is known color: Dixie. HEX triplet: D8, 84 and 2F. RGB value is (216,132,47). Sum of RGB (Red+Green+Blue) = 216+132+47=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8842F is #277BD0. Grayscale: #939393. Windows color (decimal): -2587601 or 3114200. OLE color: 3114200.

HSL color Cylindrical-coordinate representation of color #D8842F: hue angle of 30.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8842F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 47 -
CMYK 0 0.39 0.78 0.15
HSL 30.18º 0.68% 0.52% -
HSV(B) 30.18º 0.78% 0.85% -
XYZ 37.08 31.31 6.78 -
YUV 147.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 216 132 47 0 0.39 0.78 0.15 30.18 0.68 0.52
Hex D8 84 2F 0 27 4E F 1E 44 34
Octal 330 204 57 0 47 116 17 36 104 64
Binary 11011000 10000100 101111 0 100111 1001110 1111 11110 1000100 110100

Color Harmonies of #D8842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8842F

Black with #D8842F

Text Example


Text Example

White with #D8842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8842F; }

 p { color: rgb(216,132,47); }

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

background-color css

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

 a { background-color: rgb(216,132,47); }

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

border-color css

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

 span { border-color: rgb(216,132,47); }

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