Html Css Color HEX #DC480A Persimmon

📋 copy color: '#DC480A'

red 220 ◦ green 72 ◦ blue 10

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

Shades of Persimmon #DC480A

Tints of Persimmon #DC480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 72.85%
G = 23.84%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC480A (or 0xDC480A) is known color: Persimmon. HEX triplet: DC, 48 and 0A. RGB value is (220,72,10). Sum of RGB (Red+Green+Blue) = 220+72+10=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC480A is #23B7F5. Grayscale: #6D6D6D. Windows color (decimal): -2340854 or 674012. OLE color: 674012.

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

Color convert

RGB 220 72 10 -
CMYK 0 0.67 0.95 0.14
HSL 17.71º 0.91% 0.45% -
HSV(B) 17.71º 0.95% 0.86% -
XYZ 31.89 19.87 2.44 -
YUV 109.18 72.03 207.04 -
System Red Green Blue C M Y K H S L
Decimal 220 72 10 0 0.67 0.95 0.14 17.71 0.91 0.45
Hex DC 48 A 0 43 5F E 12 5B 2D
Octal 334 110 12 0 103 137 16 22 133 55
Binary 11011100 1001000 1010 0 1000011 1011111 1110 10010 1011011 101101

Color Harmonies of #DC480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC480A

Black with #DC480A

Text Example


Text Example

White with #DC480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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