Html Css Color HEX #DD7215 Chocolate

📋 copy color: '#DD7215'

red 221 ◦ green 114 ◦ blue 21

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

Shades of Chocolate #DD7215

Tints of Chocolate #DD7215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 62.08%
G = 32.02%
B = 5.9%

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

#DD7215 (or 0xDD7215) is known color: Chocolate. HEX triplet: DD, 72 and 15. RGB value is (221,114,21). Sum of RGB (Red+Green+Blue) = 221+114+21=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7215 is #228DEA. Grayscale: #878787. Windows color (decimal): -2264555 or 1405661. OLE color: 1405661.

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

Color convert

RGB 221 114 21 -
CMYK 0 0.48 0.90 0.13
HSL 27.9º 0.83% 0.47% -
HSV(B) 27.9º 0.9% 0.87% -
XYZ 35.97 27.46 4.11 -
YUV 135.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 221 114 21 0 0.48 0.90 0.13 27.9 0.83 0.47
Hex DD 72 15 0 30 5A D 1C 53 2F
Octal 335 162 25 0 60 132 15 34 123 57
Binary 11011101 1110010 10101 0 110000 1011010 1101 11100 1010011 101111

Color Harmonies of #DD7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7215

Black with #DD7215

Text Example


Text Example

White with #DD7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7215; }

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

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

background-color css

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

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

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

border-color css

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

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

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