Html Css Color HEX #DC4F0A Persimmon

📋 copy color: '#DC4F0A'

red 220 ◦ green 79 ◦ blue 10

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

Shades of Persimmon #DC4F0A

Tints of Persimmon #DC4F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 71.2%
G = 25.57%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC4F0A (or 0xDC4F0A) is known color: Persimmon. HEX triplet: DC, 4F and 0A. RGB value is (220,79,10). Sum of RGB (Red+Green+Blue) = 220+79+10=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F0A is #23B0F5. Grayscale: #717171. Windows color (decimal): -2339062 or 675804. OLE color: 675804.

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

Color convert

RGB 220 79 10 -
CMYK 0 0.64 0.95 0.14
HSL 19.71º 0.91% 0.45% -
HSV(B) 19.71º 0.95% 0.86% -
XYZ 32.37 20.83 2.6 -
YUV 113.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 220 79 10 0 0.64 0.95 0.14 19.71 0.91 0.45
Hex DC 4F A 0 40 5F E 14 5B 2D
Octal 334 117 12 0 100 137 16 24 133 55
Binary 11011100 1001111 1010 0 1000000 1011111 1110 10100 1011011 101101

Color Harmonies of #DC4F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F0A

Black with #DC4F0A

Text Example


Text Example

White with #DC4F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F0A; }

 p { color: rgb(220,79,10); }

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

background-color css

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

 a { background-color: rgb(220,79,10); }

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

border-color css

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

 span { border-color: rgb(220,79,10); }

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