Html Css Color HEX #D5872D Dixie

📋 copy color: '#D5872D'

red 213 ◦ green 135 ◦ blue 45

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

Shades of Dixie #D5872D

Tints of Dixie #D5872D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 54.2%
G = 34.35%
B = 11.45%

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

#D5872D (or 0xD5872D) is known color: Dixie. HEX triplet: D5, 87 and 2D. RGB value is (213,135,45). Sum of RGB (Red+Green+Blue) = 213+135+45=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5872D is #2A78D2. Grayscale: #949494. Windows color (decimal): -2783443 or 2983893. OLE color: 2983893.

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

Color convert

RGB 213 135 45 -
CMYK 0 0.37 0.79 0.16
HSL 32.14º 0.67% 0.51% -
HSV(B) 32.14º 0.79% 0.84% -
XYZ 36.58 31.66 6.67 -
YUV 148.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 213 135 45 0 0.37 0.79 0.16 32.14 0.67 0.51
Hex D5 87 2D 0 25 4F 10 20 43 33
Octal 325 207 55 0 45 117 20 40 103 63
Binary 11010101 10000111 101101 0 100101 1001111 10000 100000 1000011 110011

Color Harmonies of #D5872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5872D

Black with #D5872D

Text Example


Text Example

White with #D5872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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