Html Css Color HEX #DD551F Chocolate

📋 copy color: '#DD551F'

red 221 ◦ green 85 ◦ blue 31

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

Shades of Chocolate #DD551F

Tints of Chocolate #DD551F

RGB

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

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

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

R = 65.58%
G = 25.22%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD551F (or 0xDD551F) is known color: Chocolate. HEX triplet: DD, 55 and 1F. RGB value is (221,85,31). Sum of RGB (Red+Green+Blue) = 221+85+31=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD551F is #22AAE0. Grayscale: #777777. Windows color (decimal): -2271969 or 2053597. OLE color: 2053597.

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

Color convert

RGB 221 85 31 -
CMYK 0 0.62 0.86 0.13
HSL 17.05º 0.75% 0.49% -
HSV(B) 17.05º 0.86% 0.87% -
XYZ 33.31 21.97 3.78 -
YUV 119.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 221 85 31 0 0.62 0.86 0.13 17.05 0.75 0.49
Hex DD 55 1F 0 3E 56 D 11 4B 31
Octal 335 125 37 0 76 126 15 21 113 61
Binary 11011101 1010101 11111 0 111110 1010110 1101 10001 1001011 110001

Color Harmonies of #DD551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD551F

Black with #DD551F

Text Example


Text Example

White with #DD551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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