Html Css Color HEX #DC510F Persimmon

📋 copy color: '#DC510F'

red 220 ◦ green 81 ◦ blue 15

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

Shades of Persimmon #DC510F

Tints of Persimmon #DC510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

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

R = 69.62%
G = 25.63%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC510F (or 0xDC510F) is known color: Persimmon. HEX triplet: DC, 51 and 0F. RGB value is (220,81,15). Sum of RGB (Red+Green+Blue) = 220+81+15=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510F is #23AEF0. Grayscale: #737373. Windows color (decimal): -2338545 or 1003996. OLE color: 1003996.

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

Color convert

RGB 220 81 15 -
CMYK 0 0.63 0.93 0.14
HSL 19.32º 0.87% 0.46% -
HSV(B) 19.32º 0.93% 0.86% -
XYZ 32.54 21.13 2.82 -
YUV 115.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 220 81 15 0 0.63 0.93 0.14 19.32 0.87 0.46
Hex DC 51 F 0 3F 5D E 13 57 2E
Octal 334 121 17 0 77 135 16 23 127 56
Binary 11011100 1010001 1111 0 111111 1011101 1110 10011 1010111 101110

Color Harmonies of #DC510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC510F

Black with #DC510F

Text Example


Text Example

White with #DC510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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