Html Css Color HEX #DC5612 Persimmon

📋 copy color: '#DC5612'

red 220 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #DC5612

Tints of Persimmon #DC5612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 67.9%
G = 26.54%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC5612 (or 0xDC5612) is known color: Persimmon. HEX triplet: DC, 56 and 12. RGB value is (220,86,18). Sum of RGB (Red+Green+Blue) = 220+86+18=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5612 is #23A9ED. Grayscale: #767676. Windows color (decimal): -2337262 or 1201884. OLE color: 1201884.

HSL color Cylindrical-coordinate representation of color #DC5612: hue angle of 20.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5612 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 18 -
CMYK 0 0.61 0.92 0.14
HSL 20.2º 0.85% 0.47% -
HSV(B) 20.2º 0.92% 0.86% -
XYZ 32.95 21.91 3.07 -
YUV 118.31 71.39 200.53 -
System Red Green Blue C M Y K H S L
Decimal 220 86 18 0 0.61 0.92 0.14 20.2 0.85 0.47
Hex DC 56 12 0 3D 5C E 14 55 2F
Octal 334 126 22 0 75 134 16 24 125 57
Binary 11011100 1010110 10010 0 111101 1011100 1110 10100 1010101 101111

Color Harmonies of #DC5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5612

Black with #DC5612

Text Example


Text Example

White with #DC5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5612; }

 p { color: rgb(220,86,18); }

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

background-color css

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

 a { background-color: rgb(220,86,18); }

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

border-color css

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

 span { border-color: rgb(220,86,18); }

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