Html Css Color HEX #DC510D Persimmon

📋 copy color: '#DC510D'

red 220 ◦ green 81 ◦ blue 13

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

Shades of Persimmon #DC510D

Tints of Persimmon #DC510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 70.06%
G = 25.8%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC510D (or 0xDC510D) is known color: Persimmon. HEX triplet: DC, 51 and 0D. RGB value is (220,81,13). Sum of RGB (Red+Green+Blue) = 220+81+13=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510D is #23AEF2. Grayscale: #737373. Windows color (decimal): -2338547 or 872924. OLE color: 872924.

HSL color Cylindrical-coordinate representation of color #DC510D: hue angle of 19.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC510D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 13 -
CMYK 0 0.63 0.94 0.14
HSL 19.71º 0.89% 0.46% -
HSV(B) 19.71º 0.94% 0.86% -
XYZ 32.53 21.13 2.74 -
YUV 114.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 220 81 13 0 0.63 0.94 0.14 19.71 0.89 0.46
Hex DC 51 D 0 3F 5E E 14 59 2E
Octal 334 121 15 0 77 136 16 24 131 56
Binary 11011100 1010001 1101 0 111111 1011110 1110 10100 1011001 101110

Color Harmonies of #DC510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC510D

Black with #DC510D

Text Example


Text Example

White with #DC510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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