Html Css Color HEX #DD5600 Persimmon

📋 copy color: '#DD5600'

red 221 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #DD5600

Tints of Persimmon #DD5600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.99%
G = 28.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD5600 (or 0xDD5600) is known color: Persimmon. HEX triplet: DD, 56 and 00. RGB value is (221,86,0). Sum of RGB (Red+Green+Blue) = 221+86+0=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5600 is #22A9FF. Grayscale: #757575. Windows color (decimal): -2271744 or 22237. OLE color: 22237.

HSL color Cylindrical-coordinate representation of color #DD5600: hue angle of 23.35º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD5600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 0 -
CMYK 0 0.61 1 0.13
HSL 23.35º 1% 0.43% -
HSV(B) 23.35º 1% 0.87% -
XYZ 33.15 22.03 2.5 -
YUV 116.56 62.23 202.49 -
System Red Green Blue C M Y K H S L
Decimal 221 86 0 0 0.61 1 0.13 23.35 1 0.43
Hex DD 56 0 0 3D 64 D 17 64 2B
Octal 335 126 0 0 75 144 15 27 144 53
Binary 11011101 1010110 0 0 111101 1100100 1101 10111 1100100 101011

Color Harmonies of #DD5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5600

Black with #DD5600

Text Example


Text Example

White with #DD5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5600; }

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

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

background-color css

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

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

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

border-color css

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

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

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