Html Css Color HEX #DD862D Dixie

📋 copy color: '#DD862D'

red 221 ◦ green 134 ◦ blue 45

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

Shades of Dixie #DD862D

Tints of Dixie #DD862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 55.25%
G = 33.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD862D (or 0xDD862D) is known color: Dixie. HEX triplet: DD, 86 and 2D. RGB value is (221,134,45). Sum of RGB (Red+Green+Blue) = 221+134+45=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD862D is #2279D2. Grayscale: #969696. Windows color (decimal): -2259411 or 2983645. OLE color: 2983645.

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

Color convert

RGB 221 134 45 -
CMYK 0 0.39 0.80 0.13
HSL 30.34º 0.72% 0.52% -
HSV(B) 30.34º 0.8% 0.87% -
XYZ 38.82 32.61 6.73 -
YUV 149.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 221 134 45 0 0.39 0.80 0.13 30.34 0.72 0.52
Hex DD 86 2D 0 27 50 D 1E 48 34
Octal 335 206 55 0 47 120 15 36 110 64
Binary 11011101 10000110 101101 0 100111 1010000 1101 11110 1001000 110100

Color Harmonies of #DD862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD862D

Black with #DD862D

Text Example


Text Example

White with #DD862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD862D; }

 p { color: rgb(221,134,45); }

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

background-color css

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

 a { background-color: rgb(221,134,45); }

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

border-color css

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

 span { border-color: rgb(221,134,45); }

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