Html Css Color HEX #DC4000 Persimmon

📋 copy color: '#DC4000'

red 220 ◦ green 64 ◦ blue 0

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

Shades of Persimmon #DC4000

Tints of Persimmon #DC4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.46%
G = 22.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC4000 (or 0xDC4000) is known color: Persimmon. HEX triplet: DC, 40 and 00. RGB value is (220,64,0). Sum of RGB (Red+Green+Blue) = 220+64+0=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4000 is #23BFFF. Grayscale: #676767. Windows color (decimal): -2342912 or 16604. OLE color: 16604.

HSL color Cylindrical-coordinate representation of color #DC4000: hue angle of 17.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 0 -
CMYK 0 0.71 1 0.14
HSL 17.45º 1% 0.43% -
HSV(B) 17.45º 1% 0.86% -
XYZ 31.35 18.88 1.99 -
YUV 103.35 69.68 211.2 -
System Red Green Blue C M Y K H S L
Decimal 220 64 0 0 0.71 1 0.14 17.45 1 0.43
Hex DC 40 0 0 47 64 E 11 64 2B
Octal 334 100 0 0 107 144 16 21 144 53
Binary 11011100 1000000 0 0 1000111 1100100 1110 10001 1100100 101011

Color Harmonies of #DC4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4000

Black with #DC4000

Text Example


Text Example

White with #DC4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4000; }

 p { color: rgb(220,64,0); }

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

background-color css

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

 a { background-color: rgb(220,64,0); }

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

border-color css

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

 span { border-color: rgb(220,64,0); }

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