Html Css Color HEX #DC530D Persimmon

📋 copy color: '#DC530D'

red 220 ◦ green 83 ◦ blue 13

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

Shades of Persimmon #DC530D

Tints of Persimmon #DC530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 69.62%
G = 26.27%
B = 4.11%

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

#DC530D (or 0xDC530D) is known color: Persimmon. HEX triplet: DC, 53 and 0D. RGB value is (220,83,13). Sum of RGB (Red+Green+Blue) = 220+83+13=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC530D is #23ACF2. Grayscale: #747474. Windows color (decimal): -2338035 or 873436. OLE color: 873436.

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

Color convert

RGB 220 83 13 -
CMYK 0 0.62 0.94 0.14
HSL 20.29º 0.89% 0.46% -
HSV(B) 20.29º 0.94% 0.86% -
XYZ 32.68 21.43 2.79 -
YUV 115.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 220 83 13 0 0.62 0.94 0.14 20.29 0.89 0.46
Hex DC 53 D 0 3E 5E E 14 59 2E
Octal 334 123 15 0 76 136 16 24 131 56
Binary 11011100 1010011 1101 0 111110 1011110 1110 10100 1011001 101110

Color Harmonies of #DC530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC530D

Black with #DC530D

Text Example


Text Example

White with #DC530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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