Html Css Color HEX #DD7415 Chocolate

📋 copy color: '#DD7415'

red 221 ◦ green 116 ◦ blue 21

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

Shades of Chocolate #DD7415

Tints of Chocolate #DD7415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 61.73%
G = 32.4%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7415 (or 0xDD7415) is known color: Chocolate. HEX triplet: DD, 74 and 15. RGB value is (221,116,21). Sum of RGB (Red+Green+Blue) = 221+116+21=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7415 is #228BEA. Grayscale: #898989. Windows color (decimal): -2264043 or 1406173. OLE color: 1406173.

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

Color convert

RGB 221 116 21 -
CMYK 0 0.48 0.90 0.13
HSL 28.5º 0.83% 0.47% -
HSV(B) 28.5º 0.9% 0.87% -
XYZ 36.2 27.92 4.19 -
YUV 136.57 62.79 188.22 -
System Red Green Blue C M Y K H S L
Decimal 221 116 21 0 0.48 0.90 0.13 28.5 0.83 0.47
Hex DD 74 15 0 30 5A D 1C 53 2F
Octal 335 164 25 0 60 132 15 34 123 57
Binary 11011101 1110100 10101 0 110000 1011010 1101 11100 1010011 101111

Color Harmonies of #DD7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7415

Black with #DD7415

Text Example


Text Example

White with #DD7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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