Html Css Color HEX #DD5801 Persimmon

📋 copy color: '#DD5801'

red 221 ◦ green 88 ◦ blue 1

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

Shades of Persimmon #DD5801

Tints of Persimmon #DD5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 71.29%
G = 28.39%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD5801 (or 0xDD5801) is known color: Persimmon. HEX triplet: DD, 58 and 01. RGB value is (221,88,1). Sum of RGB (Red+Green+Blue) = 221+88+1=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5801 is #22A7FE. Grayscale: #767676. Windows color (decimal): -2271231 or 88285. OLE color: 88285.

HSL color Cylindrical-coordinate representation of color #DD5801: hue angle of 23.73º 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 #DD5801 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 1 -
CMYK 0 0.60 1.00 0.13
HSL 23.73º 0.99% 0.44% -
HSV(B) 23.73º 1% 0.87% -
XYZ 33.31 22.35 2.59 -
YUV 117.85 62.06 201.57 -
System Red Green Blue C M Y K H S L
Decimal 221 88 1 0 0.60 1.00 0.13 23.73 0.99 0.44
Hex DD 58 1 0 3C 64 D 18 63 2C
Octal 335 130 1 0 74 144 15 30 143 54
Binary 11011101 1011000 1 0 111100 1100100 1101 11000 1100011 101100

Color Harmonies of #DD5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5801

Black with #DD5801

Text Example


Text Example

White with #DD5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5801; }

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

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

background-color css

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

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

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

border-color css

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

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

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