Html Css Color HEX #D1822D Dixie

📋 copy color: '#D1822D'

red 209 ◦ green 130 ◦ blue 45

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

Shades of Dixie #D1822D

Tints of Dixie #D1822D

RGB

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

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

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

R = 54.43%
G = 33.85%
B = 11.72%

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

#D1822D (or 0xD1822D) is known color: Dixie. HEX triplet: D1, 82 and 2D. RGB value is (209,130,45). Sum of RGB (Red+Green+Blue) = 209+130+45=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1822D is #2E7DD2. Grayscale: #909090. Windows color (decimal): -3046867 or 2982609. OLE color: 2982609.

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

Color convert

RGB 209 130 45 -
CMYK 0 0.38 0.78 0.18
HSL 31.1º 0.65% 0.5% -
HSV(B) 31.1º 0.78% 0.82% -
XYZ 34.75 29.71 6.39 -
YUV 143.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 209 130 45 0 0.38 0.78 0.18 31.1 0.65 0.5
Hex D1 82 2D 0 26 4E 12 1F 41 32
Octal 321 202 55 0 46 116 22 37 101 62
Binary 11010001 10000010 101101 0 100110 1001110 10010 11111 1000001 110010

Color Harmonies of #D1822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1822D

Black with #D1822D

Text Example


Text Example

White with #D1822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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