Html Css Color HEX #DF570F Persimmon

📋 copy color: '#DF570F'

red 223 ◦ green 87 ◦ blue 15

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

Shades of Persimmon #DF570F

Tints of Persimmon #DF570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 68.62%
G = 26.77%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF570F (or 0xDF570F) is known color: Persimmon. HEX triplet: DF, 57 and 0F. RGB value is (223,87,15). Sum of RGB (Red+Green+Blue) = 223+87+15=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF570F is #20A8F0. Grayscale: #777777. Windows color (decimal): -2140401 or 1005535. OLE color: 1005535.

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

Color convert

RGB 223 87 15 -
CMYK 0 0.61 0.93 0.13
HSL 20.77º 0.87% 0.47% -
HSV(B) 20.77º 0.93% 0.87% -
XYZ 33.93 22.54 3.01 -
YUV 119.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 223 87 15 0 0.61 0.93 0.13 20.77 0.87 0.47
Hex DF 57 F 0 3D 5D D 15 57 2F
Octal 337 127 17 0 75 135 15 25 127 57
Binary 11011111 1010111 1111 0 111101 1011101 1101 10101 1010111 101111

Color Harmonies of #DF570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF570F

Black with #DF570F

Text Example


Text Example

White with #DF570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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