Html Css Color HEX #DD842A Dixie

📋 copy color: '#DD842A'

red 221 ◦ green 132 ◦ blue 42

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

Shades of Dixie #DD842A

Tints of Dixie #DD842A

RGB

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

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

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

R = 55.95%
G = 33.42%
B = 10.63%

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

#DD842A (or 0xDD842A) is known color: Dixie. HEX triplet: DD, 84 and 2A. RGB value is (221,132,42). Sum of RGB (Red+Green+Blue) = 221+132+42=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842A is #227BD5. Grayscale: #949494. Windows color (decimal): -2259926 or 2786525. OLE color: 2786525.

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

Color convert

RGB 221 132 42 -
CMYK 0 0.40 0.81 0.13
HSL 30.17º 0.72% 0.52% -
HSV(B) 30.17º 0.81% 0.87% -
XYZ 38.49 32.04 6.35 -
YUV 148.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 221 132 42 0 0.40 0.81 0.13 30.17 0.72 0.52
Hex DD 84 2A 0 28 51 D 1E 48 34
Octal 335 204 52 0 50 121 15 36 110 64
Binary 11011101 10000100 101010 0 101000 1010001 1101 11110 1001000 110100

Color Harmonies of #DD842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD842A

Black with #DD842A

Text Example


Text Example

White with #DD842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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