Html Css Color HEX #DC470D Persimmon

📋 copy color: '#DC470D'

red 220 ◦ green 71 ◦ blue 13

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

Shades of Persimmon #DC470D

Tints of Persimmon #DC470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 72.37%
G = 23.36%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC470D (or 0xDC470D) is known color: Persimmon. HEX triplet: DC, 47 and 0D. RGB value is (220,71,13). Sum of RGB (Red+Green+Blue) = 220+71+13=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC470D is #23B8F2. Grayscale: #6D6D6D. Windows color (decimal): -2341107 or 870364. OLE color: 870364.

HSL color Cylindrical-coordinate representation of color #DC470D: hue angle of 16.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC470D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 13 -
CMYK 0 0.68 0.94 0.14
HSL 16.81º 0.89% 0.46% -
HSV(B) 16.81º 0.94% 0.86% -
XYZ 31.84 19.75 2.51 -
YUV 108.94 73.86 207.22 -
System Red Green Blue C M Y K H S L
Decimal 220 71 13 0 0.68 0.94 0.14 16.81 0.89 0.46
Hex DC 47 D 0 44 5E E 11 59 2E
Octal 334 107 15 0 104 136 16 21 131 56
Binary 11011100 1000111 1101 0 1000100 1011110 1110 10001 1011001 101110

Color Harmonies of #DC470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC470D

Black with #DC470D

Text Example


Text Example

White with #DC470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC470D; }

 p { color: rgb(220,71,13); }

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

background-color css

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

 a { background-color: rgb(220,71,13); }

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

border-color css

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

 span { border-color: rgb(220,71,13); }

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