Html Css Color HEX #DD5804 Persimmon

📋 copy color: '#DD5804'

red 221 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #DD5804

Tints of Persimmon #DD5804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 70.61%
G = 28.12%
B = 1.28%

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

#DD5804 (or 0xDD5804) is known color: Persimmon. HEX triplet: DD, 58 and 04. RGB value is (221,88,4). Sum of RGB (Red+Green+Blue) = 221+88+4=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5804 is #22A7FB. Grayscale: #767676. Windows color (decimal): -2271228 or 284893. OLE color: 284893.

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

Color convert

RGB 221 88 4 -
CMYK 0 0.60 0.98 0.13
HSL 23.23º 0.96% 0.44% -
HSV(B) 23.23º 0.98% 0.87% -
XYZ 33.33 22.36 2.67 -
YUV 118.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 221 88 4 0 0.60 0.98 0.13 23.23 0.96 0.44
Hex DD 58 4 0 3C 62 D 17 60 2C
Octal 335 130 4 0 74 142 15 27 140 54
Binary 11011101 1011000 100 0 111100 1100010 1101 10111 1100000 101100

Color Harmonies of #DD5804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5804

Black with #DD5804

Text Example


Text Example

White with #DD5804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5804; }

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

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

background-color css

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

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

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

border-color css

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

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

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