Html Css Color HEX #DD7313 Chocolate

📋 copy color: '#DD7313'

red 221 ◦ green 115 ◦ blue 19

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

Shades of Chocolate #DD7313

Tints of Chocolate #DD7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 62.25%
G = 32.39%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7313 (or 0xDD7313) is known color: Chocolate. HEX triplet: DD, 73 and 13. RGB value is (221,115,19). Sum of RGB (Red+Green+Blue) = 221+115+19=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7313 is #228CEC. Grayscale: #888888. Windows color (decimal): -2264301 or 1274845. OLE color: 1274845.

HSL color Cylindrical-coordinate representation of color #DD7313: hue angle of 28.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD7313 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 19 -
CMYK 0 0.48 0.91 0.13
HSL 28.51º 0.84% 0.47% -
HSV(B) 28.51º 0.91% 0.87% -
XYZ 36.07 27.68 4.06 -
YUV 135.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 221 115 19 0 0.48 0.91 0.13 28.51 0.84 0.47
Hex DD 73 13 0 30 5B D 1D 54 2F
Octal 335 163 23 0 60 133 15 35 124 57
Binary 11011101 1110011 10011 0 110000 1011011 1101 11101 1010100 101111

Color Harmonies of #DD7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7313

Black with #DD7313

Text Example


Text Example

White with #DD7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7313; }

 p { color: rgb(221,115,19); }

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

background-color css

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

 a { background-color: rgb(221,115,19); }

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

border-color css

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

 span { border-color: rgb(221,115,19); }

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