Html Css Color HEX #DF560D Persimmon

📋 copy color: '#DF560D'

red 223 ◦ green 86 ◦ blue 13

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

Shades of Persimmon #DF560D

Tints of Persimmon #DF560D

RGB

 RED value IS 223 (87.5% from 255) = 69.25%

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

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

R = 69.25%
G = 26.71%
B = 4.04%

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

#DF560D (or 0xDF560D) is known color: Persimmon. HEX triplet: DF, 56 and 0D. RGB value is (223,86,13). Sum of RGB (Red+Green+Blue) = 223+86+13=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF560D is #20A9F2. Grayscale: #777777. Windows color (decimal): -2140659 or 874207. OLE color: 874207.

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

Color convert

RGB 223 86 13 -
CMYK 0 0.61 0.94 0.13
HSL 20.86º 0.89% 0.46% -
HSV(B) 20.86º 0.94% 0.87% -
XYZ 33.83 22.37 2.92 -
YUV 118.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 223 86 13 0 0.61 0.94 0.13 20.86 0.89 0.46
Hex DF 56 D 0 3D 5E D 15 59 2E
Octal 337 126 15 0 75 136 15 25 131 56
Binary 11011111 1010110 1101 0 111101 1011110 1101 10101 1011001 101110

Color Harmonies of #DF560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF560D

Black with #DF560D

Text Example


Text Example

White with #DF560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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