Html Css Color HEX #DD842C Dixie

📋 copy color: '#DD842C'

red 221 ◦ green 132 ◦ blue 44

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

Shades of Dixie #DD842C

Tints of Dixie #DD842C

RGB

 RED value IS 221 (86.72% from 255) = 55.67%

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 55.67%
G = 33.25%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD842C (or 0xDD842C) is known color: Dixie. HEX triplet: DD, 84 and 2C. RGB value is (221,132,44). Sum of RGB (Red+Green+Blue) = 221+132+44=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842C is #227BD3. Grayscale: #959595. Windows color (decimal): -2259924 or 2917597. OLE color: 2917597.

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

Color convert

RGB 221 132 44 -
CMYK 0 0.40 0.80 0.13
HSL 29.83º 0.72% 0.52% -
HSV(B) 29.83º 0.8% 0.87% -
XYZ 38.52 32.06 6.54 -
YUV 148.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 221 132 44 0 0.40 0.80 0.13 29.83 0.72 0.52
Hex DD 84 2C 0 28 50 D 1E 48 34
Octal 335 204 54 0 50 120 15 36 110 64
Binary 11011101 10000100 101100 0 101000 1010000 1101 11110 1001000 110100

Color Harmonies of #DD842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD842C

Black with #DD842C

Text Example


Text Example

White with #DD842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD842C; }

 p { color: rgb(221,132,44); }

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

background-color css

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

 a { background-color: rgb(221,132,44); }

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

border-color css

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

 span { border-color: rgb(221,132,44); }

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