Html Css Color HEX #D5872F Dixie

📋 copy color: '#D5872F'

red 213 ◦ green 135 ◦ blue 47

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

Shades of Dixie #D5872F

Tints of Dixie #D5872F

RGB

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

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

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

R = 53.92%
G = 34.18%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5872F (or 0xD5872F) is known color: Dixie. HEX triplet: D5, 87 and 2F. RGB value is (213,135,47). Sum of RGB (Red+Green+Blue) = 213+135+47=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5872F is #2A78D0. Grayscale: #949494. Windows color (decimal): -2783441 or 3114965. OLE color: 3114965.

HSL color Cylindrical-coordinate representation of color #D5872F: hue angle of 31.81º degrees, saturation: 0.66, 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 #D5872F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 47 -
CMYK 0 0.37 0.78 0.16
HSL 31.81º 0.66% 0.51% -
HSV(B) 31.81º 0.78% 0.84% -
XYZ 36.62 31.68 6.87 -
YUV 148.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 213 135 47 0 0.37 0.78 0.16 31.81 0.66 0.51
Hex D5 87 2F 0 25 4E 10 20 42 33
Octal 325 207 57 0 45 116 20 40 102 63
Binary 11010101 10000111 101111 0 100101 1001110 10000 100000 1000010 110011

Color Harmonies of #D5872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5872F

Black with #D5872F

Text Example


Text Example

White with #D5872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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