Html Css Color HEX #DD560D Persimmon

📋 copy color: '#DD560D'

red 221 ◦ green 86 ◦ blue 13

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

Shades of Persimmon #DD560D

Tints of Persimmon #DD560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 69.06%
G = 26.88%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD560D (or 0xDD560D) is known color: Persimmon. HEX triplet: DD, 56 and 0D. RGB value is (221,86,13). Sum of RGB (Red+Green+Blue) = 221+86+13=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD560D is #22A9F2. Grayscale: #767676. Windows color (decimal): -2271731 or 874205. OLE color: 874205.

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

Color convert

RGB 221 86 13 -
CMYK 0 0.61 0.94 0.13
HSL 21.06º 0.89% 0.46% -
HSV(B) 21.06º 0.94% 0.87% -
XYZ 33.22 22.06 2.89 -
YUV 118.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 221 86 13 0 0.61 0.94 0.13 21.06 0.89 0.46
Hex DD 56 D 0 3D 5E D 15 59 2E
Octal 335 126 15 0 75 136 15 25 131 56
Binary 11011101 1010110 1101 0 111101 1011110 1101 10101 1011001 101110

Color Harmonies of #DD560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD560D

Black with #DD560D

Text Example


Text Example

White with #DD560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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