Html Css Color HEX #DC5712 Persimmon

📋 copy color: '#DC5712'

red 220 ◦ green 87 ◦ blue 18

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

Shades of Persimmon #DC5712

Tints of Persimmon #DC5712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 67.69%
G = 26.77%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC5712 (or 0xDC5712) is known color: Persimmon. HEX triplet: DC, 57 and 12. RGB value is (220,87,18). Sum of RGB (Red+Green+Blue) = 220+87+18=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5712 is #23A8ED. Grayscale: #777777. Windows color (decimal): -2337006 or 1202140. OLE color: 1202140.

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

Color convert

RGB 220 87 18 -
CMYK 0 0.60 0.92 0.14
HSL 20.5º 0.85% 0.47% -
HSV(B) 20.5º 0.92% 0.86% -
XYZ 33.03 22.08 3.09 -
YUV 118.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 220 87 18 0 0.60 0.92 0.14 20.5 0.85 0.47
Hex DC 57 12 0 3C 5C E 14 55 2F
Octal 334 127 22 0 74 134 16 24 125 57
Binary 11011100 1010111 10010 0 111100 1011100 1110 10100 1010101 101111

Color Harmonies of #DC5712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5712

Black with #DC5712

Text Example


Text Example

White with #DC5712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5712; }

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

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

background-color css

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

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

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

border-color css

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

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

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