Html Css Color HEX #DC540D Persimmon

📋 copy color: '#DC540D'

red 220 ◦ green 84 ◦ blue 13

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

Shades of Persimmon #DC540D

Tints of Persimmon #DC540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 69.4%
G = 26.5%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC540D (or 0xDC540D) is known color: Persimmon. HEX triplet: DC, 54 and 0D. RGB value is (220,84,13). Sum of RGB (Red+Green+Blue) = 220+84+13=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC540D is #23ABF2. Grayscale: #747474. Windows color (decimal): -2337779 or 873692. OLE color: 873692.

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

Color convert

RGB 220 84 13 -
CMYK 0 0.62 0.94 0.14
HSL 20.58º 0.89% 0.46% -
HSV(B) 20.58º 0.94% 0.86% -
XYZ 32.76 21.59 2.82 -
YUV 116.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 220 84 13 0 0.62 0.94 0.14 20.58 0.89 0.46
Hex DC 54 D 0 3E 5E E 15 59 2E
Octal 334 124 15 0 76 136 16 25 131 56
Binary 11011100 1010100 1101 0 111110 1011110 1110 10101 1011001 101110

Color Harmonies of #DC540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC540D

Black with #DC540D

Text Example


Text Example

White with #DC540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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