Html Css Color HEX #DD601D Chocolate

📋 copy color: '#DD601D'

red 221 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #DD601D

Tints of Chocolate #DD601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 63.87%
G = 27.75%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD601D (or 0xDD601D) is known color: Chocolate. HEX triplet: DD, 60 and 1D. RGB value is (221,96,29). Sum of RGB (Red+Green+Blue) = 221+96+29=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD601D is #229FE2. Grayscale: #7E7E7E. Windows color (decimal): -2269155 or 1925341. OLE color: 1925341.

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

Color convert

RGB 221 96 29 -
CMYK 0 0.57 0.87 0.13
HSL 20.94º 0.77% 0.49% -
HSV(B) 20.94º 0.87% 0.87% -
XYZ 34.22 23.83 3.96 -
YUV 125.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 221 96 29 0 0.57 0.87 0.13 20.94 0.77 0.49
Hex DD 60 1D 0 39 57 D 15 4D 31
Octal 335 140 35 0 71 127 15 25 115 61
Binary 11011101 1100000 11101 0 111001 1010111 1101 10101 1001101 110001

Color Harmonies of #DD601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD601D

Black with #DD601D

Text Example


Text Example

White with #DD601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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