Html Css Color HEX #D7862F Dixie

📋 copy color: '#D7862F'

red 215 ◦ green 134 ◦ blue 47

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

Shades of Dixie #D7862F

Tints of Dixie #D7862F

RGB

 RED value IS 215 (84.38% from 255) = 54.29%

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

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

R = 54.29%
G = 33.84%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7862F (or 0xD7862F) is known color: Dixie. HEX triplet: D7, 86 and 2F. RGB value is (215,134,47). Sum of RGB (Red+Green+Blue) = 215+134+47=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7862F is #2879D0. Grayscale: #949494. Windows color (decimal): -2652625 or 3114711. OLE color: 3114711.

HSL color Cylindrical-coordinate representation of color #D7862F: hue angle of 31.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7862F is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 47 -
CMYK 0 0.38 0.78 0.16
HSL 31.07º 0.68% 0.51% -
HSV(B) 31.07º 0.78% 0.84% -
XYZ 37.06 31.7 6.86 -
YUV 148.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 215 134 47 0 0.38 0.78 0.16 31.07 0.68 0.51
Hex D7 86 2F 0 26 4E 10 1F 44 33
Octal 327 206 57 0 46 116 20 37 104 63
Binary 11010111 10000110 101111 0 100110 1001110 10000 11111 1000100 110011

Color Harmonies of #D7862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7862F

Black with #D7862F

Text Example


Text Example

White with #D7862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7862F; }

 p { color: rgb(215,134,47); }

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

background-color css

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

 a { background-color: rgb(215,134,47); }

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

border-color css

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

 span { border-color: rgb(215,134,47); }

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