Html Css Color HEX #DC510C Persimmon

📋 copy color: '#DC510C'

red 220 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #DC510C

Tints of Persimmon #DC510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 70.29%
G = 25.88%
B = 3.83%

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

#DC510C (or 0xDC510C) is known color: Persimmon. HEX triplet: DC, 51 and 0C. RGB value is (220,81,12). Sum of RGB (Red+Green+Blue) = 220+81+12=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC510C is #23AEF3. Grayscale: #737373. Windows color (decimal): -2338548 or 807388. OLE color: 807388.

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

Color convert

RGB 220 81 12 -
CMYK 0 0.63 0.95 0.14
HSL 19.9º 0.9% 0.45% -
HSV(B) 19.9º 0.95% 0.86% -
XYZ 32.52 21.13 2.71 -
YUV 114.7 70.05 203.11 -
System Red Green Blue C M Y K H S L
Decimal 220 81 12 0 0.63 0.95 0.14 19.9 0.9 0.45
Hex DC 51 C 0 3F 5F E 14 5A 2D
Octal 334 121 14 0 77 137 16 24 132 55
Binary 11011100 1010001 1100 0 111111 1011111 1110 10100 1011010 101101

Color Harmonies of #DC510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC510C

Black with #DC510C

Text Example


Text Example

White with #DC510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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