Html Css Color HEX #DD8429 Dixie

📋 copy color: '#DD8429'

red 221 ◦ green 132 ◦ blue 41

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

Shades of Dixie #DD8429

Tints of Dixie #DD8429

RGB

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

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

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

R = 56.09%
G = 33.5%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD8429 (or 0xDD8429) is known color: Dixie. HEX triplet: DD, 84 and 29. RGB value is (221,132,41). Sum of RGB (Red+Green+Blue) = 221+132+41=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8429 is #227BD6. Grayscale: #949494. Windows color (decimal): -2259927 or 2720989. OLE color: 2720989.

HSL color Cylindrical-coordinate representation of color #DD8429: hue angle of 30.33º 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 #DD8429 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 41 -
CMYK 0 0.40 0.81 0.13
HSL 30.33º 0.73% 0.51% -
HSV(B) 30.33º 0.81% 0.87% -
XYZ 38.47 32.03 6.25 -
YUV 148.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 221 132 41 0 0.40 0.81 0.13 30.33 0.73 0.51
Hex DD 84 29 0 28 51 D 1E 49 33
Octal 335 204 51 0 50 121 15 36 111 63
Binary 11011101 10000100 101001 0 101000 1010001 1101 11110 1001001 110011

Color Harmonies of #DD8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8429

Black with #DD8429

Text Example


Text Example

White with #DD8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8429; }

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

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

background-color css

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

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

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

border-color css

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

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

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