Html Css Color HEX #DD5605 Persimmon

📋 copy color: '#DD5605'

red 221 ◦ green 86 ◦ blue 5

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

Shades of Persimmon #DD5605

Tints of Persimmon #DD5605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 70.83%
G = 27.56%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD5605 (or 0xDD5605) is known color: Persimmon. HEX triplet: DD, 56 and 05. RGB value is (221,86,5). Sum of RGB (Red+Green+Blue) = 221+86+5=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5605 is #22A9FA. Grayscale: #757575. Windows color (decimal): -2271739 or 349917. OLE color: 349917.

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

Color convert

RGB 221 86 5 -
CMYK 0 0.61 0.98 0.13
HSL 22.5º 0.96% 0.44% -
HSV(B) 22.5º 0.98% 0.87% -
XYZ 33.17 22.04 2.65 -
YUV 117.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 221 86 5 0 0.61 0.98 0.13 22.5 0.96 0.44
Hex DD 56 5 0 3D 62 D 16 60 2C
Octal 335 126 5 0 75 142 15 26 140 54
Binary 11011101 1010110 101 0 111101 1100010 1101 10110 1100000 101100

Color Harmonies of #DD5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5605

Black with #DD5605

Text Example


Text Example

White with #DD5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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