Html Css Color HEX #DC832B Dixie

📋 copy color: '#DC832B'

red 220 ◦ green 131 ◦ blue 43

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

Shades of Dixie #DC832B

Tints of Dixie #DC832B

RGB

 RED value IS 220 (86.33% from 255) = 55.84%

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

 BLUE value IS 43 (17.19% from 255) = 10.91%

R = 55.84%
G = 33.25%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC832B (or 0xDC832B) is known color: Dixie. HEX triplet: DC, 83 and 2B. RGB value is (220,131,43). Sum of RGB (Red+Green+Blue) = 220+131+43=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC832B is #237CD4. Grayscale: #949494. Windows color (decimal): -2325717 or 2851804. OLE color: 2851804.

HSL color Cylindrical-coordinate representation of color #DC832B: hue angle of 29.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC832B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 43 -
CMYK 0 0.40 0.80 0.14
HSL 29.83º 0.72% 0.52% -
HSV(B) 29.83º 0.8% 0.86% -
XYZ 38.07 31.62 6.38 -
YUV 147.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 220 131 43 0 0.40 0.80 0.14 29.83 0.72 0.52
Hex DC 83 2B 0 28 50 E 1E 48 34
Octal 334 203 53 0 50 120 16 36 110 64
Binary 11011100 10000011 101011 0 101000 1010000 1110 11110 1001000 110100

Color Harmonies of #DC832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC832B

Black with #DC832B

Text Example


Text Example

White with #DC832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC832B; }

 p { color: rgb(220,131,43); }

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

background-color css

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

 a { background-color: rgb(220,131,43); }

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

border-color css

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

 span { border-color: rgb(220,131,43); }

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