Html Css Color HEX #D0832F Dixie

📋 copy color: '#D0832F'

red 208 ◦ green 131 ◦ blue 47

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

Shades of Dixie #D0832F

Tints of Dixie #D0832F

RGB

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

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

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

R = 53.89%
G = 33.94%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0832F (or 0xD0832F) is known color: Dixie. HEX triplet: D0, 83 and 2F. RGB value is (208,131,47). Sum of RGB (Red+Green+Blue) = 208+131+47=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0832F is #2F7CD0. Grayscale: #909090. Windows color (decimal): -3112145 or 3113936. OLE color: 3113936.

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

Color convert

RGB 208 131 47 -
CMYK 0 0.37 0.77 0.18
HSL 31.3º 0.63% 0.5% -
HSV(B) 31.3º 0.77% 0.82% -
XYZ 34.64 29.85 6.62 -
YUV 144.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 208 131 47 0 0.37 0.77 0.18 31.3 0.63 0.5
Hex D0 83 2F 0 25 4D 12 1F 3F 32
Octal 320 203 57 0 45 115 22 37 77 62
Binary 11010000 10000011 101111 0 100101 1001101 10010 11111 111111 110010

Color Harmonies of #D0832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0832F

Black with #D0832F

Text Example


Text Example

White with #D0832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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