Html Css Color HEX #DC5A10 Persimmon

📋 copy color: '#DC5A10'

red 220 ◦ green 90 ◦ blue 16

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

Shades of Persimmon #DC5A10

Tints of Persimmon #DC5A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 67.48%
G = 27.61%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC5A10 (or 0xDC5A10) is known color: Persimmon. HEX triplet: DC, 5A and 10. RGB value is (220,90,16). Sum of RGB (Red+Green+Blue) = 220+90+16=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A10 is #23A5EF. Grayscale: #787878. Windows color (decimal): -2336240 or 1071836. OLE color: 1071836.

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

Color convert

RGB 220 90 16 -
CMYK 0 0.59 0.93 0.14
HSL 21.76º 0.86% 0.46% -
HSV(B) 21.76º 0.93% 0.86% -
XYZ 33.26 22.57 3.09 -
YUV 120.43 69.07 199.02 -
System Red Green Blue C M Y K H S L
Decimal 220 90 16 0 0.59 0.93 0.14 21.76 0.86 0.46
Hex DC 5A 10 0 3B 5D E 16 56 2E
Octal 334 132 20 0 73 135 16 26 126 56
Binary 11011100 1011010 10000 0 111011 1011101 1110 10110 1010110 101110

Color Harmonies of #DC5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A10

Black with #DC5A10

Text Example


Text Example

White with #DC5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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