Html Css Color HEX #DD832A Dixie

📋 copy color: '#DD832A'

red 221 ◦ green 131 ◦ blue 42

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

Shades of Dixie #DD832A

Tints of Dixie #DD832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 56.09%
G = 33.25%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD832A (or 0xDD832A) is known color: Dixie. HEX triplet: DD, 83 and 2A. RGB value is (221,131,42). Sum of RGB (Red+Green+Blue) = 221+131+42=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD832A is #227CD5. Grayscale: #949494. Windows color (decimal): -2260182 or 2786269. OLE color: 2786269.

HSL color Cylindrical-coordinate representation of color #DD832A: 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.81%. Process color model (Four color, CMYK) of #DD832A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 42 -
CMYK 0 0.41 0.81 0.13
HSL 29.83º 0.72% 0.52% -
HSV(B) 29.83º 0.81% 0.87% -
XYZ 38.35 31.77 6.3 -
YUV 147.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 221 131 42 0 0.41 0.81 0.13 29.83 0.72 0.52
Hex DD 83 2A 0 29 51 D 1E 48 34
Octal 335 203 52 0 51 121 15 36 110 64
Binary 11011101 10000011 101010 0 101001 1010001 1101 11110 1001000 110100

Color Harmonies of #DD832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD832A

Black with #DD832A

Text Example


Text Example

White with #DD832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD832A; }

 p { color: rgb(221,131,42); }

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

background-color css

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

 a { background-color: rgb(221,131,42); }

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

border-color css

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

 span { border-color: rgb(221,131,42); }

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