Html Css Color HEX #DC4503 Persimmon

📋 copy color: '#DC4503'

red 220 ◦ green 69 ◦ blue 3

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

Shades of Persimmon #DC4503

Tints of Persimmon #DC4503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 75.34%
G = 23.63%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4503 (or 0xDC4503) is known color: Persimmon. HEX triplet: DC, 45 and 03. RGB value is (220,69,3). Sum of RGB (Red+Green+Blue) = 220+69+3=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4503 is #23BAFC. Grayscale: #6B6B6B. Windows color (decimal): -2341629 or 214492. OLE color: 214492.

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

Color convert

RGB 220 69 3 -
CMYK 0 0.69 0.99 0.14
HSL 18.25º 0.97% 0.44% -
HSV(B) 18.25º 0.99% 0.86% -
XYZ 31.66 19.48 2.18 -
YUV 106.63 69.53 208.87 -
System Red Green Blue C M Y K H S L
Decimal 220 69 3 0 0.69 0.99 0.14 18.25 0.97 0.44
Hex DC 45 3 0 45 63 E 12 61 2C
Octal 334 105 3 0 105 143 16 22 141 54
Binary 11011100 1000101 11 0 1000101 1100011 1110 10010 1100001 101100

Color Harmonies of #DC4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4503

Black with #DC4503

Text Example


Text Example

White with #DC4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4503; }

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

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

background-color css

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

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

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

border-color css

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

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

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