Html Css Color HEX #DC5214 Persimmon

📋 copy color: '#DC5214'

red 220 ◦ green 82 ◦ blue 20

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

Shades of Persimmon #DC5214

Tints of Persimmon #DC5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 68.32%
G = 25.47%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5214 (or 0xDC5214) is known color: Persimmon. HEX triplet: DC, 52 and 14. RGB value is (220,82,20). Sum of RGB (Red+Green+Blue) = 220+82+20=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5214 is #23ADEB. Grayscale: #747474. Windows color (decimal): -2338284 or 1331932. OLE color: 1331932.

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

Color convert

RGB 220 82 20 -
CMYK 0 0.63 0.91 0.14
HSL 18.6º 0.83% 0.47% -
HSV(B) 18.6º 0.91% 0.86% -
XYZ 32.66 21.3 3.05 -
YUV 116.19 73.72 202.04 -
System Red Green Blue C M Y K H S L
Decimal 220 82 20 0 0.63 0.91 0.14 18.6 0.83 0.47
Hex DC 52 14 0 3F 5B E 13 53 2F
Octal 334 122 24 0 77 133 16 23 123 57
Binary 11011100 1010010 10100 0 111111 1011011 1110 10011 1010011 101111

Color Harmonies of #DC5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5214

Black with #DC5214

Text Example


Text Example

White with #DC5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5214; }

 p { color: rgb(220,82,20); }

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

background-color css

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

 a { background-color: rgb(220,82,20); }

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

border-color css

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

 span { border-color: rgb(220,82,20); }

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