Html Css Color HEX #DD5C10 Persimmon

📋 copy color: '#DD5C10'

red 221 ◦ green 92 ◦ blue 16

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

Shades of Persimmon #DD5C10

Tints of Persimmon #DD5C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 67.17%
G = 27.96%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD5C10 (or 0xDD5C10) is known color: Persimmon. HEX triplet: DD, 5C and 10. RGB value is (221,92,16). Sum of RGB (Red+Green+Blue) = 221+92+16=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C10 is #22A3EF. Grayscale: #7A7A7A. Windows color (decimal): -2270192 or 1072349. OLE color: 1072349.

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

Color convert

RGB 221 92 16 -
CMYK 0 0.58 0.93 0.13
HSL 22.24º 0.86% 0.46% -
HSV(B) 22.24º 0.93% 0.87% -
XYZ 33.74 23.06 3.16 -
YUV 121.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 221 92 16 0 0.58 0.93 0.13 22.24 0.86 0.46
Hex DD 5C 10 0 3A 5D D 16 56 2E
Octal 335 134 20 0 72 135 15 26 126 56
Binary 11011101 1011100 10000 0 111010 1011101 1101 10110 1010110 101110

Color Harmonies of #DD5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C10

Black with #DD5C10

Text Example


Text Example

White with #DD5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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