Html Css Color HEX #DD7513 Chocolate

📋 copy color: '#DD7513'

red 221 ◦ green 117 ◦ blue 19

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

Shades of Chocolate #DD7513

Tints of Chocolate #DD7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 61.9%
G = 32.77%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7513 (or 0xDD7513) is known color: Chocolate. HEX triplet: DD, 75 and 13. RGB value is (221,117,19). Sum of RGB (Red+Green+Blue) = 221+117+19=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7513 is #228AEC. Grayscale: #898989. Windows color (decimal): -2263789 or 1275357. OLE color: 1275357.

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

Color convert

RGB 221 117 19 -
CMYK 0 0.47 0.91 0.13
HSL 29.11º 0.84% 0.47% -
HSV(B) 29.11º 0.91% 0.87% -
XYZ 36.3 28.14 4.13 -
YUV 136.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 221 117 19 0 0.47 0.91 0.13 29.11 0.84 0.47
Hex DD 75 13 0 2F 5B D 1D 54 2F
Octal 335 165 23 0 57 133 15 35 124 57
Binary 11011101 1110101 10011 0 101111 1011011 1101 11101 1010100 101111

Color Harmonies of #DD7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7513

Black with #DD7513

Text Example


Text Example

White with #DD7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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