Html Css Color HEX #DC490E Persimmon

📋 copy color: '#DC490E'

red 220 ◦ green 73 ◦ blue 14

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

Shades of Persimmon #DC490E

Tints of Persimmon #DC490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 71.66%
G = 23.78%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC490E (or 0xDC490E) is known color: Persimmon. HEX triplet: DC, 49 and 0E. RGB value is (220,73,14). Sum of RGB (Red+Green+Blue) = 220+73+14=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC490E is #23B6F1. Grayscale: #6E6E6E. Windows color (decimal): -2340594 or 936412. OLE color: 936412.

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

Color convert

RGB 220 73 14 -
CMYK 0 0.67 0.94 0.14
HSL 17.18º 0.88% 0.46% -
HSV(B) 17.18º 0.94% 0.86% -
XYZ 31.98 20.01 2.59 -
YUV 110.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 220 73 14 0 0.67 0.94 0.14 17.18 0.88 0.46
Hex DC 49 E 0 43 5E E 11 58 2E
Octal 334 111 16 0 103 136 16 21 130 56
Binary 11011100 1001001 1110 0 1000011 1011110 1110 10001 1011000 101110

Color Harmonies of #DC490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC490E

Black with #DC490E

Text Example


Text Example

White with #DC490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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