Html Css Color HEX #DD5715 Chocolate

📋 copy color: '#DD5715'

red 221 ◦ green 87 ◦ blue 21

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

Shades of Chocolate #DD5715

Tints of Chocolate #DD5715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 67.17%
G = 26.44%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5715 (or 0xDD5715) is known color: Chocolate. HEX triplet: DD, 57 and 15. RGB value is (221,87,21). Sum of RGB (Red+Green+Blue) = 221+87+21=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5715 is #22A8EA. Grayscale: #777777. Windows color (decimal): -2271467 or 1398749. OLE color: 1398749.

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

Color convert

RGB 221 87 21 -
CMYK 0 0.61 0.90 0.13
HSL 19.8º 0.83% 0.47% -
HSV(B) 19.8º 0.9% 0.87% -
XYZ 33.36 22.24 3.24 -
YUV 119.54 72.39 200.37 -
System Red Green Blue C M Y K H S L
Decimal 221 87 21 0 0.61 0.90 0.13 19.8 0.83 0.47
Hex DD 57 15 0 3D 5A D 14 53 2F
Octal 335 127 25 0 75 132 15 24 123 57
Binary 11011101 1010111 10101 0 111101 1011010 1101 10100 1010011 101111

Color Harmonies of #DD5715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5715

Black with #DD5715

Text Example


Text Example

White with #DD5715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5715; }

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

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

background-color css

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

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

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

border-color css

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

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

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