Html Css Color HEX #DF570D Persimmon

📋 copy color: '#DF570D'

red 223 ◦ green 87 ◦ blue 13

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

Shades of Persimmon #DF570D

Tints of Persimmon #DF570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 69.04%
G = 26.93%
B = 4.02%

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

#DF570D (or 0xDF570D) is known color: Persimmon. HEX triplet: DF, 57 and 0D. RGB value is (223,87,13). Sum of RGB (Red+Green+Blue) = 223+87+13=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF570D is #20A8F2. Grayscale: #777777. Windows color (decimal): -2140403 or 874463. OLE color: 874463.

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

Color convert

RGB 223 87 13 -
CMYK 0 0.61 0.94 0.13
HSL 21.14º 0.89% 0.46% -
HSV(B) 21.14º 0.94% 0.87% -
XYZ 33.91 22.53 2.94 -
YUV 119.23 68.06 202.02 -
System Red Green Blue C M Y K H S L
Decimal 223 87 13 0 0.61 0.94 0.13 21.14 0.89 0.46
Hex DF 57 D 0 3D 5E D 15 59 2E
Octal 337 127 15 0 75 136 15 25 131 56
Binary 11011111 1010111 1101 0 111101 1011110 1101 10101 1011001 101110

Color Harmonies of #DF570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF570D

Black with #DF570D

Text Example


Text Example

White with #DF570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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