Html Css Color HEX #DC4304 Persimmon

📋 copy color: '#DC4304'

red 220 ◦ green 67 ◦ blue 4

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

Shades of Persimmon #DC4304

Tints of Persimmon #DC4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 75.6%
G = 23.02%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC4304 (or 0xDC4304) is known color: Persimmon. HEX triplet: DC, 43 and 04. RGB value is (220,67,4). Sum of RGB (Red+Green+Blue) = 220+67+4=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4304 is #23BCFB. Grayscale: #696969. Windows color (decimal): -2342140 or 279516. OLE color: 279516.

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

Color convert

RGB 220 67 4 -
CMYK 0 0.70 0.98 0.14
HSL 17.5º 0.96% 0.44% -
HSV(B) 17.5º 0.98% 0.86% -
XYZ 31.54 19.24 2.17 -
YUV 105.57 70.69 209.62 -
System Red Green Blue C M Y K H S L
Decimal 220 67 4 0 0.70 0.98 0.14 17.5 0.96 0.44
Hex DC 43 4 0 46 62 E 12 60 2C
Octal 334 103 4 0 106 142 16 22 140 54
Binary 11011100 1000011 100 0 1000110 1100010 1110 10010 1100000 101100

Color Harmonies of #DC4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4304

Black with #DC4304

Text Example


Text Example

White with #DC4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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