Html Css Color HEX #DC4100 Persimmon

📋 copy color: '#DC4100'

red 220 ◦ green 65 ◦ blue 0

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

Shades of Persimmon #DC4100

Tints of Persimmon #DC4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

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

R = 77.19%
G = 22.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC4100 (or 0xDC4100) is known color: Persimmon. HEX triplet: DC, 41 and 00. RGB value is (220,65,0). Sum of RGB (Red+Green+Blue) = 220+65+0=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4100 is #23BEFF. Grayscale: #686868. Windows color (decimal): -2342656 or 16860. OLE color: 16860.

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

Color convert

RGB 220 65 0 -
CMYK 0 0.70 1 0.14
HSL 17.73º 1% 0.43% -
HSV(B) 17.73º 1% 0.86% -
XYZ 31.41 19 2.01 -
YUV 103.94 69.35 210.79 -
System Red Green Blue C M Y K H S L
Decimal 220 65 0 0 0.70 1 0.14 17.73 1 0.43
Hex DC 41 0 0 46 64 E 12 64 2B
Octal 334 101 0 0 106 144 16 22 144 53
Binary 11011100 1000001 0 0 1000110 1100100 1110 10010 1100100 101011

Color Harmonies of #DC4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4100

Black with #DC4100

Text Example


Text Example

White with #DC4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4100; }

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

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

background-color css

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

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

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

border-color css

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

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

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