Html Css Color HEX #D0832E Dixie

📋 copy color: '#D0832E'

red 208 ◦ green 131 ◦ blue 46

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

Shades of Dixie #D0832E

Tints of Dixie #D0832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 54.03%
G = 34.03%
B = 11.95%

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

#D0832E (or 0xD0832E) is known color: Dixie. HEX triplet: D0, 83 and 2E. RGB value is (208,131,46). Sum of RGB (Red+Green+Blue) = 208+131+46=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0832E is #2F7CD1. Grayscale: #909090. Windows color (decimal): -3112146 or 3048400. OLE color: 3048400.

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

Color convert

RGB 208 131 46 -
CMYK 0 0.37 0.78 0.18
HSL 31.48º 0.64% 0.5% -
HSV(B) 31.48º 0.78% 0.82% -
XYZ 34.62 29.84 6.52 -
YUV 144.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 208 131 46 0 0.37 0.78 0.18 31.48 0.64 0.5
Hex D0 83 2E 0 25 4E 12 1F 40 32
Octal 320 203 56 0 45 116 22 37 100 62
Binary 11010000 10000011 101110 0 100101 1001110 10010 11111 1000000 110010

Color Harmonies of #D0832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0832E

Black with #D0832E

Text Example


Text Example

White with #D0832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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