Html Css Color HEX #DD5904 Persimmon

📋 copy color: '#DD5904'

red 221 ◦ green 89 ◦ blue 4

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

Shades of Persimmon #DD5904

Tints of Persimmon #DD5904

RGB

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

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

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

R = 70.38%
G = 28.34%
B = 1.27%

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

#DD5904 (or 0xDD5904) is known color: Persimmon. HEX triplet: DD, 59 and 04. RGB value is (221,89,4). Sum of RGB (Red+Green+Blue) = 221+89+4=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5904 is #22A6FB. Grayscale: #777777. Windows color (decimal): -2270972 or 285149. OLE color: 285149.

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

Color convert

RGB 221 89 4 -
CMYK 0 0.60 0.98 0.13
HSL 23.5º 0.96% 0.44% -
HSV(B) 23.5º 0.98% 0.87% -
XYZ 33.41 22.53 2.7 -
YUV 118.78 63.23 200.91 -
System Red Green Blue C M Y K H S L
Decimal 221 89 4 0 0.60 0.98 0.13 23.5 0.96 0.44
Hex DD 59 4 0 3C 62 D 18 60 2C
Octal 335 131 4 0 74 142 15 30 140 54
Binary 11011101 1011001 100 0 111100 1100010 1101 11000 1100000 101100

Color Harmonies of #DD5904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5904

Black with #DD5904

Text Example


Text Example

White with #DD5904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5904; }

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

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

background-color css

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

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

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

border-color css

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

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

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