#DC4A0A

Color #DC4A0A Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #DC4A0A

Tints of Persimmon #DC4A0A

Color information

#DC4A0A (or 0xDC4A0A) is unknown color: approx Persimmon. HEX triplet: DC, 4A and 0A. RGB value is (220,74,10). Sum of RGB (Red+Green+Blue) = 220+74+10=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4A0A is #23B5F5. Grayscale: #6E6E6E. Windows color (decimal): -2340342 or 674524. OLE color: 674524.

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

Color convert

RGB2207410-
CMYK00.660.950.14
HSL18.29º91.3%45.1%-
HSV(B)18.29º95.45%86.27%-
XYZ32.0220.142.49-
YUV110.3671.37206.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.37%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=72.37%
G=24.34%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220741000.660.950.1418.2991.345.1
HexDC4AA0425FE125b2d
Octal334112120102137162213355
Binary11011100100101010100100001010111111110100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A0A; }

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

 H1.HeaderClassName
 {
   color: #DC4A0A;
 }
 .AnyTagClassName
 {
   color: #DC4A0A;
 }
</style>
background-color css

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

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

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

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

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

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