Html Css Color HEX #D1872B Dixie

📋 copy color: '#D1872B'

red 209 ◦ green 135 ◦ blue 43

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

Shades of Dixie #D1872B

Tints of Dixie #D1872B

RGB

 RED value IS 209 (82.03% from 255) = 54.01%

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

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 54.01%
G = 34.88%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1872B (or 0xD1872B) is known color: Dixie. HEX triplet: D1, 87 and 2B. RGB value is (209,135,43). Sum of RGB (Red+Green+Blue) = 209+135+43=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1872B is #2E78D4. Grayscale: #939393. Windows color (decimal): -3045589 or 2852817. OLE color: 2852817.

HSL color Cylindrical-coordinate representation of color #D1872B: hue angle of 33.25º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1872B is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 43 -
CMYK 0 0.35 0.79 0.18
HSL 33.25º 0.66% 0.49% -
HSV(B) 33.25º 0.79% 0.82% -
XYZ 35.39 31.06 6.41 -
YUV 146.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 209 135 43 0 0.35 0.79 0.18 33.25 0.66 0.49
Hex D1 87 2B 0 23 4F 12 21 42 31
Octal 321 207 53 0 43 117 22 41 102 61
Binary 11010001 10000111 101011 0 100011 1001111 10010 100001 1000010 110001

Color Harmonies of #D1872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1872B

Black with #D1872B

Text Example


Text Example

White with #D1872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1872B; }

 p { color: rgb(209,135,43); }

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

background-color css

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

 a { background-color: rgb(209,135,43); }

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

border-color css

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

 span { border-color: rgb(209,135,43); }

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