Html Css Color HEX #DC5116 Persimmon

📋 copy color: '#DC5116'

red 220 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #DC5116

Tints of Persimmon #DC5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 68.11%
G = 25.08%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC5116 (or 0xDC5116) is known color: Persimmon. HEX triplet: DC, 51 and 16. RGB value is (220,81,22). Sum of RGB (Red+Green+Blue) = 220+81+22=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5116 is #23AEE9. Grayscale: #747474. Windows color (decimal): -2338538 or 1462748. OLE color: 1462748.

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

Color convert

RGB 220 81 22 -
CMYK 0 0.63 0.9 0.14
HSL 17.88º 0.82% 0.47% -
HSV(B) 17.88º 0.9% 0.86% -
XYZ 32.6 21.16 3.12 -
YUV 115.84 75.05 202.3 -
System Red Green Blue C M Y K H S L
Decimal 220 81 22 0 0.63 0.9 0.14 17.88 0.82 0.47
Hex DC 51 16 0 3F 5A E 12 52 2F
Octal 334 121 26 0 77 132 16 22 122 57
Binary 11011100 1010001 10110 0 111111 1011010 1110 10010 1010010 101111

Color Harmonies of #DC5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5116

Black with #DC5116

Text Example


Text Example

White with #DC5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5116; }

 p { color: rgb(220,81,22); }

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

background-color css

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

 a { background-color: rgb(220,81,22); }

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

border-color css

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

 span { border-color: rgb(220,81,22); }

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