Html Css Color HEX #DC4403 Persimmon

📋 copy color: '#DC4403'

red 220 ◦ green 68 ◦ blue 3

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

Shades of Persimmon #DC4403

Tints of Persimmon #DC4403

RGB

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

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

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

R = 75.6%
G = 23.37%
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

#DC4403 (or 0xDC4403) is known color: Persimmon. HEX triplet: DC, 44 and 03. RGB value is (220,68,3). Sum of RGB (Red+Green+Blue) = 220+68+3=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4403 is #23BBFC. Grayscale: #6A6A6A. Windows color (decimal): -2341885 or 214236. OLE color: 214236.

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

Color convert

RGB 220 68 3 -
CMYK 0 0.69 0.99 0.14
HSL 17.97º 0.97% 0.44% -
HSV(B) 17.97º 0.99% 0.86% -
XYZ 31.6 19.36 2.16 -
YUV 106.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 220 68 3 0 0.69 0.99 0.14 17.97 0.97 0.44
Hex DC 44 3 0 45 63 E 12 61 2C
Octal 334 104 3 0 105 143 16 22 141 54
Binary 11011100 1000100 11 0 1000101 1100011 1110 10010 1100001 101100

Color Harmonies of #DC4403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4403

Black with #DC4403

Text Example


Text Example

White with #DC4403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4403; }

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

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

background-color css

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

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

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

border-color css

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

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

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