Html Css Color HEX #D7872E Dixie

📋 copy color: '#D7872E'

red 215 ◦ green 135 ◦ blue 46

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

Shades of Dixie #D7872E

Tints of Dixie #D7872E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 54.29%
G = 34.09%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7872E (or 0xD7872E) is known color: Dixie. HEX triplet: D7, 87 and 2E. RGB value is (215,135,46). Sum of RGB (Red+Green+Blue) = 215+135+46=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7872E is #2878D1. Grayscale: #959595. Windows color (decimal): -2652370 or 3049431. OLE color: 3049431.

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

Color convert

RGB 215 135 46 -
CMYK 0 0.37 0.79 0.16
HSL 31.6º 0.68% 0.51% -
HSV(B) 31.6º 0.79% 0.84% -
XYZ 37.18 31.97 6.8 -
YUV 148.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 215 135 46 0 0.37 0.79 0.16 31.6 0.68 0.51
Hex D7 87 2E 0 25 4F 10 20 44 33
Octal 327 207 56 0 45 117 20 40 104 63
Binary 11010111 10000111 101110 0 100101 1001111 10000 100000 1000100 110011

Color Harmonies of #D7872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7872E

Black with #D7872E

Text Example


Text Example

White with #D7872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7872E; }

 p { color: rgb(215,135,46); }

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

background-color css

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

 a { background-color: rgb(215,135,46); }

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

border-color css

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

 span { border-color: rgb(215,135,46); }

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