Html Css Color HEX #D1822F Dixie

📋 copy color: '#D1822F'

red 209 ◦ green 130 ◦ blue 47

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

Shades of Dixie #D1822F

Tints of Dixie #D1822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 54.15%
G = 33.68%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1822F (or 0xD1822F) is known color: Dixie. HEX triplet: D1, 82 and 2F. RGB value is (209,130,47). Sum of RGB (Red+Green+Blue) = 209+130+47=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1822F is #2E7DD0. Grayscale: #909090. Windows color (decimal): -3046865 or 3113681. OLE color: 3113681.

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

Color convert

RGB 209 130 47 -
CMYK 0 0.38 0.78 0.18
HSL 30.74º 0.64% 0.5% -
HSV(B) 30.74º 0.78% 0.82% -
XYZ 34.79 29.73 6.59 -
YUV 144.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 209 130 47 0 0.38 0.78 0.18 30.74 0.64 0.5
Hex D1 82 2F 0 26 4E 12 1F 40 32
Octal 321 202 57 0 46 116 22 37 100 62
Binary 11010001 10000010 101111 0 100110 1001110 10010 11111 1000000 110010

Color Harmonies of #D1822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1822F

Black with #D1822F

Text Example


Text Example

White with #D1822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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