Html Css Color HEX #DD5504 Persimmon

📋 copy color: '#DD5504'

red 221 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #DD5504

Tints of Persimmon #DD5504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 71.29%
G = 27.42%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD5504 (or 0xDD5504) is known color: Persimmon. HEX triplet: DD, 55 and 04. RGB value is (221,85,4). Sum of RGB (Red+Green+Blue) = 221+85+4=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5504 is #22AAFB. Grayscale: #747474. Windows color (decimal): -2271996 or 284125. OLE color: 284125.

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

Color convert

RGB 221 85 4 -
CMYK 0 0.62 0.98 0.13
HSL 22.4º 0.96% 0.44% -
HSV(B) 22.4º 0.98% 0.87% -
XYZ 33.09 21.88 2.59 -
YUV 116.43 64.56 202.59 -
System Red Green Blue C M Y K H S L
Decimal 221 85 4 0 0.62 0.98 0.13 22.4 0.96 0.44
Hex DD 55 4 0 3E 62 D 16 60 2C
Octal 335 125 4 0 76 142 15 26 140 54
Binary 11011101 1010101 100 0 111110 1100010 1101 10110 1100000 101100

Color Harmonies of #DD5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5504

Black with #DD5504

Text Example


Text Example

White with #DD5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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