Html Css Color HEX #DC500A Persimmon

📋 copy color: '#DC500A'

red 220 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #DC500A

Tints of Persimmon #DC500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 70.97%
G = 25.81%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC500A (or 0xDC500A) is known color: Persimmon. HEX triplet: DC, 50 and 0A. RGB value is (220,80,10). Sum of RGB (Red+Green+Blue) = 220+80+10=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC500A is #23AFF5. Grayscale: #727272. Windows color (decimal): -2338806 or 676060. OLE color: 676060.

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

Color convert

RGB 220 80 10 -
CMYK 0 0.64 0.95 0.14
HSL 20º 0.91% 0.45% -
HSV(B) 20º 0.95% 0.86% -
XYZ 32.44 20.97 2.63 -
YUV 113.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 220 80 10 0 0.64 0.95 0.14 20 0.91 0.45
Hex DC 50 A 0 40 5F E 14 5B 2D
Octal 334 120 12 0 100 137 16 24 133 55
Binary 11011100 1010000 1010 0 1000000 1011111 1110 10100 1011011 101101

Color Harmonies of #DC500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC500A

Black with #DC500A

Text Example


Text Example

White with #DC500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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