Html Css Color HEX #D1832F Dixie

📋 copy color: '#D1832F'

red 209 ◦ green 131 ◦ blue 47

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

Shades of Dixie #D1832F

Tints of Dixie #D1832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 54.01%
G = 33.85%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1832F (or 0xD1832F) is known color: Dixie. HEX triplet: D1, 83 and 2F. RGB value is (209,131,47). Sum of RGB (Red+Green+Blue) = 209+131+47=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1832F is #2E7CD0. Grayscale: #919191. Windows color (decimal): -3046609 or 3113937. OLE color: 3113937.

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

Color convert

RGB 209 131 47 -
CMYK 0 0.37 0.78 0.18
HSL 31.11º 0.64% 0.5% -
HSV(B) 31.11º 0.78% 0.82% -
XYZ 34.92 29.99 6.64 -
YUV 144.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 209 131 47 0 0.37 0.78 0.18 31.11 0.64 0.5
Hex D1 83 2F 0 25 4E 12 1F 40 32
Octal 321 203 57 0 45 116 22 37 100 62
Binary 11010001 10000011 101111 0 100101 1001110 10010 11111 1000000 110010

Color Harmonies of #D1832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1832F

Black with #D1832F

Text Example


Text Example

White with #D1832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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