Html Css Color HEX #DC4504 Persimmon

📋 copy color: '#DC4504'

red 220 ◦ green 69 ◦ blue 4

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

Shades of Persimmon #DC4504

Tints of Persimmon #DC4504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 75.09%
G = 23.55%
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

#DC4504 (or 0xDC4504) is known color: Persimmon. HEX triplet: DC, 45 and 04. RGB value is (220,69,4). Sum of RGB (Red+Green+Blue) = 220+69+4=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4504 is #23BAFB. Grayscale: #6B6B6B. Windows color (decimal): -2341628 or 280028. OLE color: 280028.

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

Color convert

RGB 220 69 4 -
CMYK 0 0.69 0.98 0.14
HSL 18.06º 0.96% 0.44% -
HSV(B) 18.06º 0.98% 0.86% -
XYZ 31.67 19.48 2.21 -
YUV 106.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 220 69 4 0 0.69 0.98 0.14 18.06 0.96 0.44
Hex DC 45 4 0 45 62 E 12 60 2C
Octal 334 105 4 0 105 142 16 22 140 54
Binary 11011100 1000101 100 0 1000101 1100010 1110 10010 1100000 101100

Color Harmonies of #DC4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4504

Black with #DC4504

Text Example


Text Example

White with #DC4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4504; }

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

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

background-color css

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

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

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

border-color css

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

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

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