Html Css Color HEX #D5872C Dixie

📋 copy color: '#D5872C'

red 213 ◦ green 135 ◦ blue 44

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

Shades of Dixie #D5872C

Tints of Dixie #D5872C

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 54.34%
G = 34.44%
B = 11.22%

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

#D5872C (or 0xD5872C) is known color: Dixie. HEX triplet: D5, 87 and 2C. RGB value is (213,135,44). Sum of RGB (Red+Green+Blue) = 213+135+44=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5872C is #2A78D3. Grayscale: #949494. Windows color (decimal): -2783444 or 2918357. OLE color: 2918357.

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

Color convert

RGB 213 135 44 -
CMYK 0 0.37 0.79 0.16
HSL 32.31º 0.67% 0.5% -
HSV(B) 32.31º 0.79% 0.84% -
XYZ 36.56 31.66 6.57 -
YUV 147.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 213 135 44 0 0.37 0.79 0.16 32.31 0.67 0.5
Hex D5 87 2C 0 25 4F 10 20 43 32
Octal 325 207 54 0 45 117 20 40 103 62
Binary 11010101 10000111 101100 0 100101 1001111 10000 100000 1000011 110010

Color Harmonies of #D5872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5872C

Black with #D5872C

Text Example


Text Example

White with #D5872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5872C; }

 p { color: rgb(213,135,44); }

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

background-color css

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

 a { background-color: rgb(213,135,44); }

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

border-color css

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

 span { border-color: rgb(213,135,44); }

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