Html Css Color HEX #DC5312 Persimmon

📋 copy color: '#DC5312'

red 220 ◦ green 83 ◦ blue 18

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

Shades of Persimmon #DC5312

Tints of Persimmon #DC5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

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

R = 68.54%
G = 25.86%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC5312 (or 0xDC5312) is known color: Persimmon. HEX triplet: DC, 53 and 12. RGB value is (220,83,18). Sum of RGB (Red+Green+Blue) = 220+83+18=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5312 is #23ACED. Grayscale: #747474. Windows color (decimal): -2338030 or 1201116. OLE color: 1201116.

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

Color convert

RGB 220 83 18 -
CMYK 0 0.62 0.92 0.14
HSL 19.31º 0.85% 0.47% -
HSV(B) 19.31º 0.92% 0.86% -
XYZ 32.72 21.45 2.99 -
YUV 116.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 220 83 18 0 0.62 0.92 0.14 19.31 0.85 0.47
Hex DC 53 12 0 3E 5C E 13 55 2F
Octal 334 123 22 0 76 134 16 23 125 57
Binary 11011100 1010011 10010 0 111110 1011100 1110 10011 1010101 101111

Color Harmonies of #DC5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5312

Black with #DC5312

Text Example


Text Example

White with #DC5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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