Html Css Color HEX #DC5014 Persimmon

📋 copy color: '#DC5014'

red 220 ◦ green 80 ◦ blue 20

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

Shades of Persimmon #DC5014

Tints of Persimmon #DC5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 68.75%
G = 25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5014 (or 0xDC5014) is known color: Persimmon. HEX triplet: DC, 50 and 14. RGB value is (220,80,20). Sum of RGB (Red+Green+Blue) = 220+80+20=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5014 is #23AFEB. Grayscale: #737373. Windows color (decimal): -2338796 or 1331420. OLE color: 1331420.

HSL color Cylindrical-coordinate representation of color #DC5014: hue angle of 18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC5014 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 20 -
CMYK 0 0.64 0.91 0.14
HSL 18º 0.83% 0.47% -
HSV(B) 18º 0.91% 0.86% -
XYZ 32.51 21 3 -
YUV 115.02 74.38 202.88 -
System Red Green Blue C M Y K H S L
Decimal 220 80 20 0 0.64 0.91 0.14 18 0.83 0.47
Hex DC 50 14 0 40 5B E 12 53 2F
Octal 334 120 24 0 100 133 16 22 123 57
Binary 11011100 1010000 10100 0 1000000 1011011 1110 10010 1010011 101111

Color Harmonies of #DC5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5014

Black with #DC5014

Text Example


Text Example

White with #DC5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5014; }

 p { color: rgb(220,80,20); }

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

background-color css

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

 a { background-color: rgb(220,80,20); }

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

border-color css

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

 span { border-color: rgb(220,80,20); }

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