Html Css Color HEX #D1892F Dixie

📋 copy color: '#D1892F'

red 209 ◦ green 137 ◦ blue 47

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

Shades of Dixie #D1892F

Tints of Dixie #D1892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

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

R = 53.18%
G = 34.86%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1892F (or 0xD1892F) is known color: Dixie. HEX triplet: D1, 89 and 2F. RGB value is (209,137,47). Sum of RGB (Red+Green+Blue) = 209+137+47=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1892F is #2E76D0. Grayscale: #949494. Windows color (decimal): -3045073 or 3115473. OLE color: 3115473.

HSL color Cylindrical-coordinate representation of color #D1892F: hue angle of 33.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1892F is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 47 -
CMYK 0 0.34 0.78 0.18
HSL 33.33º 0.64% 0.5% -
HSV(B) 33.33º 0.78% 0.82% -
XYZ 35.75 31.65 6.91 -
YUV 148.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 209 137 47 0 0.34 0.78 0.18 33.33 0.64 0.5
Hex D1 89 2F 0 22 4E 12 21 40 32
Octal 321 211 57 0 42 116 22 41 100 62
Binary 11010001 10001001 101111 0 100010 1001110 10010 100001 1000000 110010

Color Harmonies of #D1892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1892F

Black with #D1892F

Text Example


Text Example

White with #D1892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1892F; }

 p { color: rgb(209,137,47); }

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

background-color css

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

 a { background-color: rgb(209,137,47); }

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

border-color css

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

 span { border-color: rgb(209,137,47); }

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