Html Css Color HEX #DC480F Persimmon

📋 copy color: '#DC480F'

red 220 ◦ green 72 ◦ blue 15

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

Shades of Persimmon #DC480F

Tints of Persimmon #DC480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 71.66%
G = 23.45%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC480F (or 0xDC480F) is known color: Persimmon. HEX triplet: DC, 48 and 0F. RGB value is (220,72,15). Sum of RGB (Red+Green+Blue) = 220+72+15=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC480F is #23B7F0. Grayscale: #6E6E6E. Windows color (decimal): -2340849 or 1001692. OLE color: 1001692.

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

Color convert

RGB 220 72 15 -
CMYK 0 0.67 0.93 0.14
HSL 16.68º 0.87% 0.46% -
HSV(B) 16.68º 0.93% 0.86% -
XYZ 31.92 19.88 2.61 -
YUV 109.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 220 72 15 0 0.67 0.93 0.14 16.68 0.87 0.46
Hex DC 48 F 0 43 5D E 11 57 2E
Octal 334 110 17 0 103 135 16 21 127 56
Binary 11011100 1001000 1111 0 1000011 1011101 1110 10001 1010111 101110

Color Harmonies of #DC480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC480F

Black with #DC480F

Text Example


Text Example

White with #DC480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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