Html Css Color HEX #DD560C Persimmon

📋 copy color: '#DD560C'

red 221 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #DD560C

Tints of Persimmon #DD560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 69.28%
G = 26.96%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD560C (or 0xDD560C) is known color: Persimmon. HEX triplet: DD, 56 and 0C. RGB value is (221,86,12). Sum of RGB (Red+Green+Blue) = 221+86+12=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD560C is #22A9F3. Grayscale: #767676. Windows color (decimal): -2271732 or 808669. OLE color: 808669.

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

Color convert

RGB 221 86 12 -
CMYK 0 0.61 0.95 0.13
HSL 21.24º 0.9% 0.46% -
HSV(B) 21.24º 0.95% 0.87% -
XYZ 33.21 22.05 2.85 -
YUV 117.93 68.23 201.52 -
System Red Green Blue C M Y K H S L
Decimal 221 86 12 0 0.61 0.95 0.13 21.24 0.9 0.46
Hex DD 56 C 0 3D 5F D 15 5A 2E
Octal 335 126 14 0 75 137 15 25 132 56
Binary 11011101 1010110 1100 0 111101 1011111 1101 10101 1011010 101110

Color Harmonies of #DD560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD560C

Black with #DD560C

Text Example


Text Example

White with #DD560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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