Html Css Color HEX #D2832C Dixie

📋 copy color: '#D2832C'

red 210 ◦ green 131 ◦ blue 44

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

Shades of Dixie #D2832C

Tints of Dixie #D2832C

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 54.55%
G = 34.03%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2832C (or 0xD2832C) is known color: Dixie. HEX triplet: D2, 83 and 2C. RGB value is (210,131,44). Sum of RGB (Red+Green+Blue) = 210+131+44=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2832C is #2D7CD3. Grayscale: #919191. Windows color (decimal): -2981076 or 2917330. OLE color: 2917330.

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

Color convert

RGB 210 131 44 -
CMYK 0 0.38 0.79 0.18
HSL 31.45º 0.65% 0.5% -
HSV(B) 31.45º 0.79% 0.82% -
XYZ 35.15 30.12 6.34 -
YUV 144.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 210 131 44 0 0.38 0.79 0.18 31.45 0.65 0.5
Hex D2 83 2C 0 26 4F 12 1F 41 32
Octal 322 203 54 0 46 117 22 37 101 62
Binary 11010010 10000011 101100 0 100110 1001111 10010 11111 1000001 110010

Color Harmonies of #D2832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2832C

Black with #D2832C

Text Example


Text Example

White with #D2832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2832C; }

 p { color: rgb(210,131,44); }

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

background-color css

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

 a { background-color: rgb(210,131,44); }

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

border-color css

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

 span { border-color: rgb(210,131,44); }

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