Html Css Color HEX #DC4404 Persimmon

📋 copy color: '#DC4404'

red 220 ◦ green 68 ◦ blue 4

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

Shades of Persimmon #DC4404

Tints of Persimmon #DC4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 75.34%
G = 23.29%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC4404 (or 0xDC4404) is known color: Persimmon. HEX triplet: DC, 44 and 04. RGB value is (220,68,4). Sum of RGB (Red+Green+Blue) = 220+68+4=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4404 is #23BBFB. Grayscale: #6A6A6A. Windows color (decimal): -2341884 or 279772. OLE color: 279772.

HSL color Cylindrical-coordinate representation of color #DC4404: hue angle of 17.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC4404 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 4 -
CMYK 0 0.69 0.98 0.14
HSL 17.78º 0.96% 0.44% -
HSV(B) 17.78º 0.98% 0.86% -
XYZ 31.6 19.36 2.19 -
YUV 106.15 70.36 209.2 -
System Red Green Blue C M Y K H S L
Decimal 220 68 4 0 0.69 0.98 0.14 17.78 0.96 0.44
Hex DC 44 4 0 45 62 E 12 60 2C
Octal 334 104 4 0 105 142 16 22 140 54
Binary 11011100 1000100 100 0 1000101 1100010 1110 10010 1100000 101100

Color Harmonies of #DC4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4404

Black with #DC4404

Text Example


Text Example

White with #DC4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4404; }

 p { color: rgb(220,68,4); }

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

background-color css

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

 a { background-color: rgb(220,68,4); }

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

border-color css

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

 span { border-color: rgb(220,68,4); }

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