Html Css Color HEX #DC570E Persimmon

📋 copy color: '#DC570E'

red 220 ◦ green 87 ◦ blue 14

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

Shades of Persimmon #DC570E

Tints of Persimmon #DC570E

RGB

 RED value IS 220 (86.33% from 255) = 68.54%

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

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 68.54%
G = 27.1%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC570E (or 0xDC570E) is known color: Persimmon. HEX triplet: DC, 57 and 0E. RGB value is (220,87,14). Sum of RGB (Red+Green+Blue) = 220+87+14=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC570E is #23A8F1. Grayscale: #767676. Windows color (decimal): -2337010 or 939996. OLE color: 939996.

HSL color Cylindrical-coordinate representation of color #DC570E: hue angle of 21.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC570E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 14 -
CMYK 0 0.60 0.94 0.14
HSL 21.26º 0.88% 0.46% -
HSV(B) 21.26º 0.94% 0.86% -
XYZ 33 22.06 2.93 -
YUV 118.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 220 87 14 0 0.60 0.94 0.14 21.26 0.88 0.46
Hex DC 57 E 0 3C 5E E 15 58 2E
Octal 334 127 16 0 74 136 16 25 130 56
Binary 11011100 1010111 1110 0 111100 1011110 1110 10101 1011000 101110

Color Harmonies of #DC570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC570E

Black with #DC570E

Text Example


Text Example

White with #DC570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC570E; }

 p { color: rgb(220,87,14); }

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

background-color css

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

 a { background-color: rgb(220,87,14); }

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

border-color css

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

 span { border-color: rgb(220,87,14); }

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