Html Css Color HEX #DD601B Chocolate

📋 copy color: '#DD601B'

red 221 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #DD601B

Tints of Chocolate #DD601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 64.24%
G = 27.91%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD601B (or 0xDD601B) is known color: Chocolate. HEX triplet: DD, 60 and 1B. RGB value is (221,96,27). Sum of RGB (Red+Green+Blue) = 221+96+27=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD601B is #229FE4. Grayscale: #7D7D7D. Windows color (decimal): -2269157 or 1794269. OLE color: 1794269.

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

Color convert

RGB 221 96 27 -
CMYK 0 0.57 0.88 0.13
HSL 21.34º 0.78% 0.49% -
HSV(B) 21.34º 0.88% 0.87% -
XYZ 34.2 23.82 3.83 -
YUV 125.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 221 96 27 0 0.57 0.88 0.13 21.34 0.78 0.49
Hex DD 60 1B 0 39 58 D 15 4E 31
Octal 335 140 33 0 71 130 15 25 116 61
Binary 11011101 1100000 11011 0 111001 1011000 1101 10101 1001110 110001

Color Harmonies of #DD601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD601B

Black with #DD601B

Text Example


Text Example

White with #DD601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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