Html Css Color HEX #DD5603 Persimmon

📋 copy color: '#DD5603'

red 221 ◦ green 86 ◦ blue 3

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

Shades of Persimmon #DD5603

Tints of Persimmon #DD5603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 71.29%
G = 27.74%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5603 (or 0xDD5603) is known color: Persimmon. HEX triplet: DD, 56 and 03. RGB value is (221,86,3). Sum of RGB (Red+Green+Blue) = 221+86+3=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5603 is #22A9FC. Grayscale: #757575. Windows color (decimal): -2271741 or 218845. OLE color: 218845.

HSL color Cylindrical-coordinate representation of color #DD5603: hue angle of 22.84º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5603 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 3 -
CMYK 0 0.61 0.99 0.13
HSL 22.84º 0.97% 0.44% -
HSV(B) 22.84º 0.99% 0.87% -
XYZ 33.16 22.03 2.59 -
YUV 116.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 221 86 3 0 0.61 0.99 0.13 22.84 0.97 0.44
Hex DD 56 3 0 3D 63 D 17 61 2C
Octal 335 126 3 0 75 143 15 27 141 54
Binary 11011101 1010110 11 0 111101 1100011 1101 10111 1100001 101100

Color Harmonies of #DD5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5603

Black with #DD5603

Text Example


Text Example

White with #DD5603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5603; }

 p { color: rgb(221,86,3); }

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

background-color css

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

 a { background-color: rgb(221,86,3); }

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

border-color css

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

 span { border-color: rgb(221,86,3); }

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