Html Css Color HEX #DD5A1C Chocolate

📋 copy color: '#DD5A1C'

red 221 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #DD5A1C

Tints of Chocolate #DD5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 65.19%
G = 26.55%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD5A1C (or 0xDD5A1C) is known color: Chocolate. HEX triplet: DD, 5A and 1C. RGB value is (221,90,28). Sum of RGB (Red+Green+Blue) = 221+90+28=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A1C is #22A5E3. Grayscale: #7A7A7A. Windows color (decimal): -2270692 or 1858269. OLE color: 1858269.

HSL color Cylindrical-coordinate representation of color #DD5A1C: hue angle of 19.27º degrees, saturation: 0.78, 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 #DD5A1C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 28 -
CMYK 0 0.59 0.87 0.13
HSL 19.27º 0.78% 0.49% -
HSV(B) 19.27º 0.87% 0.87% -
XYZ 33.68 22.77 3.72 -
YUV 122.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 221 90 28 0 0.59 0.87 0.13 19.27 0.78 0.49
Hex DD 5A 1C 0 3B 57 D 13 4E 31
Octal 335 132 34 0 73 127 15 23 116 61
Binary 11011101 1011010 11100 0 111011 1010111 1101 10011 1001110 110001

Color Harmonies of #DD5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A1C

Black with #DD5A1C

Text Example


Text Example

White with #DD5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A1C; }

 p { color: rgb(221,90,28); }

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

background-color css

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

 a { background-color: rgb(221,90,28); }

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

border-color css

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

 span { border-color: rgb(221,90,28); }

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