Html Css Color HEX #DD5C23 Chocolate

📋 copy color: '#DD5C23'

red 221 ◦ green 92 ◦ blue 35

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

Shades of Chocolate #DD5C23

Tints of Chocolate #DD5C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 35 (14.06% from 255) = 10.06%

R = 63.51%
G = 26.44%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5C23 (or 0xDD5C23) is known color: Chocolate. HEX triplet: DD, 5C and 23. RGB value is (221,92,35). Sum of RGB (Red+Green+Blue) = 221+92+35=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C23 is #22A3DC. Grayscale: #7C7C7C. Windows color (decimal): -2270173 or 2317533. OLE color: 2317533.

HSL color Cylindrical-coordinate representation of color #DD5C23: hue angle of 18.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5C23 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 35 -
CMYK 0 0.58 0.84 0.13
HSL 18.39º 0.73% 0.5% -
HSV(B) 18.39º 0.84% 0.87% -
XYZ 33.95 23.15 4.27 -
YUV 124.07 77.74 197.13 -
System Red Green Blue C M Y K H S L
Decimal 221 92 35 0 0.58 0.84 0.13 18.39 0.73 0.5
Hex DD 5C 23 0 3A 54 D 12 49 32
Octal 335 134 43 0 72 124 15 22 111 62
Binary 11011101 1011100 100011 0 111010 1010100 1101 10010 1001001 110010

Color Harmonies of #DD5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C23

Black with #DD5C23

Text Example


Text Example

White with #DD5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C23; }

 p { color: rgb(221,92,35); }

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

background-color css

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

 a { background-color: rgb(221,92,35); }

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

border-color css

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

 span { border-color: rgb(221,92,35); }

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