Html Css Color HEX #DC4E0C Persimmon

📋 copy color: '#DC4E0C'

red 220 ◦ green 78 ◦ blue 12

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

Shades of Persimmon #DC4E0C

Tints of Persimmon #DC4E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

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

R = 70.97%
G = 25.16%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC4E0C (or 0xDC4E0C) is known color: Persimmon. HEX triplet: DC, 4E and 0C. RGB value is (220,78,12). Sum of RGB (Red+Green+Blue) = 220+78+12=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E0C is #23B1F3. Grayscale: #717171. Windows color (decimal): -2339316 or 806620. OLE color: 806620.

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

Color convert

RGB 220 78 12 -
CMYK 0 0.65 0.95 0.14
HSL 19.04º 0.9% 0.45% -
HSV(B) 19.04º 0.95% 0.86% -
XYZ 32.31 20.69 2.64 -
YUV 112.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 220 78 12 0 0.65 0.95 0.14 19.04 0.9 0.45
Hex DC 4E C 0 41 5F E 13 5A 2D
Octal 334 116 14 0 101 137 16 23 132 55
Binary 11011100 1001110 1100 0 1000001 1011111 1110 10011 1011010 101101

Color Harmonies of #DC4E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E0C

Black with #DC4E0C

Text Example


Text Example

White with #DC4E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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