Html Css Color HEX #DC5410 Persimmon

📋 copy color: '#DC5410'

red 220 ◦ green 84 ◦ blue 16

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

Shades of Persimmon #DC5410

Tints of Persimmon #DC5410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

 BLUE value IS 16 (6.64% from 255) = 5%

R = 68.75%
G = 26.25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC5410 (or 0xDC5410) is known color: Persimmon. HEX triplet: DC, 54 and 10. RGB value is (220,84,16). Sum of RGB (Red+Green+Blue) = 220+84+16=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5410 is #23ABEF. Grayscale: #757575. Windows color (decimal): -2337776 or 1070300. OLE color: 1070300.

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

Color convert

RGB 220 84 16 -
CMYK 0 0.62 0.93 0.14
HSL 20º 0.86% 0.46% -
HSV(B) 20º 0.93% 0.86% -
XYZ 32.78 21.59 2.93 -
YUV 116.91 71.06 201.53 -
System Red Green Blue C M Y K H S L
Decimal 220 84 16 0 0.62 0.93 0.14 20 0.86 0.46
Hex DC 54 10 0 3E 5D E 14 56 2E
Octal 334 124 20 0 76 135 16 24 126 56
Binary 11011100 1010100 10000 0 111110 1011101 1110 10100 1010110 101110

Color Harmonies of #DC5410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5410

Black with #DC5410

Text Example


Text Example

White with #DC5410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5410; }

 p { color: rgb(220,84,16); }

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

background-color css

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

 a { background-color: rgb(220,84,16); }

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

border-color css

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

 span { border-color: rgb(220,84,16); }

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