Html Css Color HEX #DD5805 Persimmon

📋 copy color: '#DD5805'

red 221 ◦ green 88 ◦ blue 5

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

Shades of Persimmon #DD5805

Tints of Persimmon #DD5805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 70.38%
G = 28.03%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD5805 (or 0xDD5805) is known color: Persimmon. HEX triplet: DD, 58 and 05. RGB value is (221,88,5). Sum of RGB (Red+Green+Blue) = 221+88+5=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5805 is #22A7FA. Grayscale: #767676. Windows color (decimal): -2271227 or 350429. OLE color: 350429.

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

Color convert

RGB 221 88 5 -
CMYK 0 0.60 0.98 0.13
HSL 23.06º 0.96% 0.44% -
HSV(B) 23.06º 0.98% 0.87% -
XYZ 33.34 22.36 2.7 -
YUV 118.31 64.06 201.25 -
System Red Green Blue C M Y K H S L
Decimal 221 88 5 0 0.60 0.98 0.13 23.06 0.96 0.44
Hex DD 58 5 0 3C 62 D 17 60 2C
Octal 335 130 5 0 74 142 15 27 140 54
Binary 11011101 1011000 101 0 111100 1100010 1101 10111 1100000 101100

Color Harmonies of #DD5805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5805

Black with #DD5805

Text Example


Text Example

White with #DD5805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5805; }

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

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

background-color css

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

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

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

border-color css

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

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

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