Html Css Color HEX #DD5901 Persimmon

📋 copy color: '#DD5901'

red 221 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #DD5901

Tints of Persimmon #DD5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 71.06%
G = 28.62%
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

#DD5901 (or 0xDD5901) is known color: Persimmon. HEX triplet: DD, 59 and 01. RGB value is (221,89,1). Sum of RGB (Red+Green+Blue) = 221+89+1=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5901 is #22A6FE. Grayscale: #767676. Windows color (decimal): -2270975 or 88541. OLE color: 88541.

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

Color convert

RGB 221 89 1 -
CMYK 0 0.60 1.00 0.13
HSL 24º 0.99% 0.44% -
HSV(B) 24º 1% 0.87% -
XYZ 33.4 22.52 2.62 -
YUV 118.44 61.73 201.16 -
System Red Green Blue C M Y K H S L
Decimal 221 89 1 0 0.60 1.00 0.13 24 0.99 0.44
Hex DD 59 1 0 3C 64 D 18 63 2C
Octal 335 131 1 0 74 144 15 30 143 54
Binary 11011101 1011001 1 0 111100 1100100 1101 11000 1100011 101100

Color Harmonies of #DD5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5901

Black with #DD5901

Text Example


Text Example

White with #DD5901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5901; }

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

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

background-color css

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

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

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

border-color css

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

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

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