Html Css Color HEX #D7872A Dixie

📋 copy color: '#D7872A'

red 215 ◦ green 135 ◦ blue 42

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

Shades of Dixie #D7872A

Tints of Dixie #D7872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 54.85%
G = 34.44%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7872A (or 0xD7872A) is known color: Dixie. HEX triplet: D7, 87 and 2A. RGB value is (215,135,42). Sum of RGB (Red+Green+Blue) = 215+135+42=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7872A is #2878D5. Grayscale: #949494. Windows color (decimal): -2652374 or 2787287. OLE color: 2787287.

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

Color convert

RGB 215 135 42 -
CMYK 0 0.37 0.80 0.16
HSL 32.25º 0.68% 0.5% -
HSV(B) 32.25º 0.8% 0.84% -
XYZ 37.11 31.94 6.4 -
YUV 148.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 215 135 42 0 0.37 0.80 0.16 32.25 0.68 0.5
Hex D7 87 2A 0 25 50 10 20 44 32
Octal 327 207 52 0 45 120 20 40 104 62
Binary 11010111 10000111 101010 0 100101 1010000 10000 100000 1000100 110010

Color Harmonies of #D7872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7872A

Black with #D7872A

Text Example


Text Example

White with #D7872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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