Html Css Color HEX #DF570A Persimmon

📋 copy color: '#DF570A'

red 223 ◦ green 87 ◦ blue 10

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

Shades of Persimmon #DF570A

Tints of Persimmon #DF570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 69.69%
G = 27.19%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF570A (or 0xDF570A) is known color: Persimmon. HEX triplet: DF, 57 and 0A. RGB value is (223,87,10). Sum of RGB (Red+Green+Blue) = 223+87+10=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF570A is #20A8F5. Grayscale: #777777. Windows color (decimal): -2140406 or 677855. OLE color: 677855.

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

Color convert

RGB 223 87 10 -
CMYK 0 0.61 0.96 0.13
HSL 21.69º 0.91% 0.46% -
HSV(B) 21.69º 0.96% 0.87% -
XYZ 33.89 22.53 2.85 -
YUV 118.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 223 87 10 0 0.61 0.96 0.13 21.69 0.91 0.46
Hex DF 57 A 0 3D 60 D 16 5B 2E
Octal 337 127 12 0 75 140 15 26 133 56
Binary 11011111 1010111 1010 0 111101 1100000 1101 10110 1011011 101110

Color Harmonies of #DF570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF570A

Black with #DF570A

Text Example


Text Example

White with #DF570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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