Html Css Color HEX #D0832D Dixie

📋 copy color: '#D0832D'

red 208 ◦ green 131 ◦ blue 45

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

Shades of Dixie #D0832D

Tints of Dixie #D0832D

RGB

 RED value IS 208 (81.64% from 255) = 54.17%

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

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

R = 54.17%
G = 34.11%
B = 11.72%

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

#D0832D (or 0xD0832D) is known color: Dixie. HEX triplet: D0, 83 and 2D. RGB value is (208,131,45). Sum of RGB (Red+Green+Blue) = 208+131+45=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0832D is #2F7CD2. Grayscale: #909090. Windows color (decimal): -3112147 or 2982864. OLE color: 2982864.

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

Color convert

RGB 208 131 45 -
CMYK 0 0.37 0.78 0.18
HSL 31.66º 0.64% 0.5% -
HSV(B) 31.66º 0.78% 0.82% -
XYZ 34.6 29.83 6.42 -
YUV 144.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 208 131 45 0 0.37 0.78 0.18 31.66 0.64 0.5
Hex D0 83 2D 0 25 4E 12 20 40 32
Octal 320 203 55 0 45 116 22 40 100 62
Binary 11010000 10000011 101101 0 100101 1001110 10010 100000 1000000 110010

Color Harmonies of #D0832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0832D

Black with #D0832D

Text Example


Text Example

White with #D0832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0832D; }

 p { color: rgb(208,131,45); }

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

background-color css

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

 a { background-color: rgb(208,131,45); }

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

border-color css

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

 span { border-color: rgb(208,131,45); }

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