Html Css Color HEX #DD7413 Chocolate

📋 copy color: '#DD7413'

red 221 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #DD7413

Tints of Chocolate #DD7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

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

R = 62.08%
G = 32.58%
B = 5.34%

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

#DD7413 (or 0xDD7413) is known color: Chocolate. HEX triplet: DD, 74 and 13. RGB value is (221,116,19). Sum of RGB (Red+Green+Blue) = 221+116+19=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7413 is #228BEC. Grayscale: #888888. Windows color (decimal): -2264045 or 1275101. OLE color: 1275101.

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

Color convert

RGB 221 116 19 -
CMYK 0 0.48 0.91 0.13
HSL 28.81º 0.84% 0.47% -
HSV(B) 28.81º 0.91% 0.87% -
XYZ 36.18 27.91 4.1 -
YUV 136.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 221 116 19 0 0.48 0.91 0.13 28.81 0.84 0.47
Hex DD 74 13 0 30 5B D 1D 54 2F
Octal 335 164 23 0 60 133 15 35 124 57
Binary 11011101 1110100 10011 0 110000 1011011 1101 11101 1010100 101111

Color Harmonies of #DD7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7413

Black with #DD7413

Text Example


Text Example

White with #DD7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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