Html Css Color HEX #DD8329 Dixie

📋 copy color: '#DD8329'

red 221 ◦ green 131 ◦ blue 41

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

Shades of Dixie #DD8329

Tints of Dixie #DD8329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 56.23%
G = 33.33%
B = 10.43%

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

#DD8329 (or 0xDD8329) is known color: Dixie. HEX triplet: DD, 83 and 29. RGB value is (221,131,41). Sum of RGB (Red+Green+Blue) = 221+131+41=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8329 is #227CD6. Grayscale: #949494. Windows color (decimal): -2260183 or 2720733. OLE color: 2720733.

HSL color Cylindrical-coordinate representation of color #DD8329: hue angle of 30º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD8329 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 41 -
CMYK 0 0.41 0.81 0.13
HSL 30º 0.73% 0.51% -
HSV(B) 30º 0.81% 0.87% -
XYZ 38.34 31.76 6.21 -
YUV 147.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 221 131 41 0 0.41 0.81 0.13 30 0.73 0.51
Hex DD 83 29 0 29 51 D 1E 49 33
Octal 335 203 51 0 51 121 15 36 111 63
Binary 11011101 10000011 101001 0 101001 1010001 1101 11110 1001001 110011

Color Harmonies of #DD8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8329

Black with #DD8329

Text Example


Text Example

White with #DD8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8329; }

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

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

background-color css

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

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

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

border-color css

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

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

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