Html Css Color HEX #DD581B Chocolate

📋 copy color: '#DD581B'

red 221 ◦ green 88 ◦ blue 27

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

Shades of Chocolate #DD581B

Tints of Chocolate #DD581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 65.77%
G = 26.19%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD581B (or 0xDD581B) is known color: Chocolate. HEX triplet: DD, 58 and 1B. RGB value is (221,88,27). Sum of RGB (Red+Green+Blue) = 221+88+27=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD581B is #22A7E4. Grayscale: #797979. Windows color (decimal): -2271205 or 1792221. OLE color: 1792221.

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

Color convert

RGB 221 88 27 -
CMYK 0 0.60 0.88 0.13
HSL 18.87º 0.78% 0.49% -
HSV(B) 18.87º 0.88% 0.87% -
XYZ 33.51 22.43 3.6 -
YUV 120.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 221 88 27 0 0.60 0.88 0.13 18.87 0.78 0.49
Hex DD 58 1B 0 3C 58 D 13 4E 31
Octal 335 130 33 0 74 130 15 23 116 61
Binary 11011101 1011000 11011 0 111100 1011000 1101 10011 1001110 110001

Color Harmonies of #DD581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD581B

Black with #DD581B

Text Example


Text Example

White with #DD581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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