Html Css Color HEX #DC4505 Persimmon

📋 copy color: '#DC4505'

red 220 ◦ green 69 ◦ blue 5

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

Shades of Persimmon #DC4505

Tints of Persimmon #DC4505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 74.83%
G = 23.47%
B = 1.7%

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

#DC4505 (or 0xDC4505) is known color: Persimmon. HEX triplet: DC, 45 and 05. RGB value is (220,69,5). Sum of RGB (Red+Green+Blue) = 220+69+5=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4505 is #23BAFA. Grayscale: #6B6B6B. Windows color (decimal): -2341627 or 345564. OLE color: 345564.

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

Color convert

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

Color Harmonies of #DC4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4505

Black with #DC4505

Text Example


Text Example

White with #DC4505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4505; }

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

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

background-color css

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

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

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

border-color css

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

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

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