Html Css Color HEX #DD5515 Chocolate

📋 copy color: '#DD5515'

red 221 ◦ green 85 ◦ blue 21

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

Shades of Chocolate #DD5515

Tints of Chocolate #DD5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 67.58%
G = 25.99%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5515 (or 0xDD5515) is known color: Chocolate. HEX triplet: DD, 55 and 15. RGB value is (221,85,21). Sum of RGB (Red+Green+Blue) = 221+85+21=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5515 is #22AAEA. Grayscale: #767676. Windows color (decimal): -2271979 or 1398237. OLE color: 1398237.

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

Color convert

RGB 221 85 21 -
CMYK 0 0.62 0.90 0.13
HSL 19.2º 0.83% 0.47% -
HSV(B) 19.2º 0.9% 0.87% -
XYZ 33.2 21.92 3.19 -
YUV 118.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 221 85 21 0 0.62 0.90 0.13 19.2 0.83 0.47
Hex DD 55 15 0 3E 5A D 13 53 2F
Octal 335 125 25 0 76 132 15 23 123 57
Binary 11011101 1010101 10101 0 111110 1011010 1101 10011 1010011 101111

Color Harmonies of #DD5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5515

Black with #DD5515

Text Example


Text Example

White with #DD5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5515; }

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

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

background-color css

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

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

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

border-color css

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

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

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