Html Css Color HEX #DC510A Persimmon

📋 copy color: '#DC510A'

red 220 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #DC510A

Tints of Persimmon #DC510A

RGB

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

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

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

R = 70.74%
G = 26.05%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC510A (or 0xDC510A) is known color: Persimmon. HEX triplet: DC, 51 and 0A. RGB value is (220,81,10). Sum of RGB (Red+Green+Blue) = 220+81+10=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510A is #23AEF5. Grayscale: #727272. Windows color (decimal): -2338550 or 676316. OLE color: 676316.

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

Color convert

RGB 220 81 10 -
CMYK 0 0.63 0.95 0.14
HSL 20.29º 0.91% 0.45% -
HSV(B) 20.29º 0.95% 0.86% -
XYZ 32.51 21.12 2.65 -
YUV 114.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 220 81 10 0 0.63 0.95 0.14 20.29 0.91 0.45
Hex DC 51 A 0 3F 5F E 14 5B 2D
Octal 334 121 12 0 77 137 16 24 133 55
Binary 11011100 1010001 1010 0 111111 1011111 1110 10100 1011011 101101

Color Harmonies of #DC510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC510A

Black with #DC510A

Text Example


Text Example

White with #DC510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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