Html Css Color HEX #DD5601 Persimmon

📋 copy color: '#DD5601'

red 221 ◦ green 86 ◦ blue 1

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

Shades of Persimmon #DD5601

Tints of Persimmon #DD5601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 71.75%
G = 27.92%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5601 (or 0xDD5601) is known color: Persimmon. HEX triplet: DD, 56 and 01. RGB value is (221,86,1). Sum of RGB (Red+Green+Blue) = 221+86+1=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5601 is #22A9FE. Grayscale: #757575. Windows color (decimal): -2271743 or 87773. OLE color: 87773.

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

Color convert

RGB 221 86 1 -
CMYK 0 0.61 1.00 0.13
HSL 23.18º 0.99% 0.44% -
HSV(B) 23.18º 1% 0.87% -
XYZ 33.15 22.03 2.53 -
YUV 116.68 62.73 202.41 -
System Red Green Blue C M Y K H S L
Decimal 221 86 1 0 0.61 1.00 0.13 23.18 0.99 0.44
Hex DD 56 1 0 3D 64 D 17 63 2C
Octal 335 126 1 0 75 144 15 27 143 54
Binary 11011101 1010110 1 0 111101 1100100 1101 10111 1100011 101100

Color Harmonies of #DD5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5601

Black with #DD5601

Text Example


Text Example

White with #DD5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5601; }

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

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

background-color css

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

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

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

border-color css

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

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

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