Html Css Color HEX #DD571F Chocolate

📋 copy color: '#DD571F'

red 221 ◦ green 87 ◦ blue 31

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

Shades of Chocolate #DD571F

Tints of Chocolate #DD571F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 65.19%
G = 25.66%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD571F (or 0xDD571F) is known color: Chocolate. HEX triplet: DD, 57 and 1F. RGB value is (221,87,31). Sum of RGB (Red+Green+Blue) = 221+87+31=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD571F is #22A8E0. Grayscale: #797979. Windows color (decimal): -2271457 or 2054109. OLE color: 2054109.

HSL color Cylindrical-coordinate representation of color #DD571F: hue angle of 17.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD571F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 31 -
CMYK 0 0.61 0.86 0.13
HSL 17.68º 0.75% 0.49% -
HSV(B) 17.68º 0.86% 0.87% -
XYZ 33.47 22.29 3.83 -
YUV 120.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 221 87 31 0 0.61 0.86 0.13 17.68 0.75 0.49
Hex DD 57 1F 0 3D 56 D 12 4B 31
Octal 335 127 37 0 75 126 15 22 113 61
Binary 11011101 1010111 11111 0 111101 1010110 1101 10010 1001011 110001

Color Harmonies of #DD571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD571F

Black with #DD571F

Text Example


Text Example

White with #DD571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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