Html Css Color HEX #DD5803 Persimmon

📋 copy color: '#DD5803'

red 221 ◦ green 88 ◦ blue 3

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

Shades of Persimmon #DD5803

Tints of Persimmon #DD5803

RGB

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

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

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

R = 70.83%
G = 28.21%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5803 (or 0xDD5803) is known color: Persimmon. HEX triplet: DD, 58 and 03. RGB value is (221,88,3). Sum of RGB (Red+Green+Blue) = 221+88+3=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5803 is #22A7FC. Grayscale: #767676. Windows color (decimal): -2271229 or 219357. OLE color: 219357.

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

Color convert

RGB 221 88 3 -
CMYK 0 0.60 0.99 0.13
HSL 23.39º 0.97% 0.44% -
HSV(B) 23.39º 0.99% 0.87% -
XYZ 33.32 22.36 2.65 -
YUV 118.08 63.06 201.41 -
System Red Green Blue C M Y K H S L
Decimal 221 88 3 0 0.60 0.99 0.13 23.39 0.97 0.44
Hex DD 58 3 0 3C 63 D 17 61 2C
Octal 335 130 3 0 74 143 15 27 141 54
Binary 11011101 1011000 11 0 111100 1100011 1101 10111 1100001 101100

Color Harmonies of #DD5803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5803

Black with #DD5803

Text Example


Text Example

White with #DD5803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5803; }

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

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

background-color css

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

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

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

border-color css

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

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

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