Html Css Color HEX #DD581F Chocolate

📋 copy color: '#DD581F'

red 221 ◦ green 88 ◦ blue 31

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

Shades of Chocolate #DD581F

Tints of Chocolate #DD581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 65%
G = 25.88%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD581F (or 0xDD581F) is known color: Chocolate. HEX triplet: DD, 58 and 1F. RGB value is (221,88,31). Sum of RGB (Red+Green+Blue) = 221+88+31=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD581F is #22A7E0. Grayscale: #797979. Windows color (decimal): -2271201 or 2054365. OLE color: 2054365.

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

Color convert

RGB 221 88 31 -
CMYK 0 0.60 0.86 0.13
HSL 18º 0.75% 0.49% -
HSV(B) 18º 0.86% 0.87% -
XYZ 33.56 22.45 3.86 -
YUV 121.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 221 88 31 0 0.60 0.86 0.13 18 0.75 0.49
Hex DD 58 1F 0 3C 56 D 12 4B 31
Octal 335 130 37 0 74 126 15 22 113 61
Binary 11011101 1011000 11111 0 111100 1010110 1101 10010 1001011 110001

Color Harmonies of #DD581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD581F

Black with #DD581F

Text Example


Text Example

White with #DD581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD581F; }

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

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

background-color css

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

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

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

border-color css

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

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

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