Html Css Color HEX #DC832D Dixie

📋 copy color: '#DC832D'

red 220 ◦ green 131 ◦ blue 45

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

Shades of Dixie #DC832D

Tints of Dixie #DC832D

RGB

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

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

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

R = 55.56%
G = 33.08%
B = 11.36%

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

#DC832D (or 0xDC832D) is known color: Dixie. HEX triplet: DC, 83 and 2D. RGB value is (220,131,45). Sum of RGB (Red+Green+Blue) = 220+131+45=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC832D is #237CD2. Grayscale: #949494. Windows color (decimal): -2325715 or 2982876. OLE color: 2982876.

HSL color Cylindrical-coordinate representation of color #DC832D: hue angle of 29.49º degrees, saturation: 0.71, 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 #DC832D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 45 -
CMYK 0 0.40 0.80 0.14
HSL 29.49º 0.71% 0.52% -
HSV(B) 29.49º 0.8% 0.86% -
XYZ 38.11 31.64 6.58 -
YUV 147.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 220 131 45 0 0.40 0.80 0.14 29.49 0.71 0.52
Hex DC 83 2D 0 28 50 E 1D 47 34
Octal 334 203 55 0 50 120 16 35 107 64
Binary 11011100 10000011 101101 0 101000 1010000 1110 11101 1000111 110100

Color Harmonies of #DC832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC832D

Black with #DC832D

Text Example


Text Example

White with #DC832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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