Html Css Color HEX #DD5F15 Chocolate

📋 copy color: '#DD5F15'

red 221 ◦ green 95 ◦ blue 21

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

Shades of Chocolate #DD5F15

Tints of Chocolate #DD5F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 65.58%
G = 28.19%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5F15 (or 0xDD5F15) is known color: Chocolate. HEX triplet: DD, 5F and 15. RGB value is (221,95,21). Sum of RGB (Red+Green+Blue) = 221+95+21=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5F15 is #22A0EA. Grayscale: #7C7C7C. Windows color (decimal): -2269419 or 1400797. OLE color: 1400797.

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

Color convert

RGB 221 95 21 -
CMYK 0 0.57 0.90 0.13
HSL 22.2º 0.83% 0.47% -
HSV(B) 22.2º 0.9% 0.87% -
XYZ 34.05 23.61 3.47 -
YUV 124.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 221 95 21 0 0.57 0.90 0.13 22.2 0.83 0.47
Hex DD 5F 15 0 39 5A D 16 53 2F
Octal 335 137 25 0 71 132 15 26 123 57
Binary 11011101 1011111 10101 0 111001 1011010 1101 10110 1010011 101111

Color Harmonies of #DD5F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F15

Black with #DD5F15

Text Example


Text Example

White with #DD5F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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