Html Css Color HEX #DC530F Persimmon

📋 copy color: '#DC530F'

red 220 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #DC530F

Tints of Persimmon #DC530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 69.18%
G = 26.1%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC530F (or 0xDC530F) is known color: Persimmon. HEX triplet: DC, 53 and 0F. RGB value is (220,83,15). Sum of RGB (Red+Green+Blue) = 220+83+15=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC530F is #23ACF0. Grayscale: #747474. Windows color (decimal): -2338033 or 1004508. OLE color: 1004508.

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

Color convert

RGB 220 83 15 -
CMYK 0 0.62 0.93 0.14
HSL 19.9º 0.87% 0.46% -
HSV(B) 19.9º 0.93% 0.86% -
XYZ 32.69 21.44 2.87 -
YUV 116.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 220 83 15 0 0.62 0.93 0.14 19.9 0.87 0.46
Hex DC 53 F 0 3E 5D E 14 57 2E
Octal 334 123 17 0 76 135 16 24 127 56
Binary 11011100 1010011 1111 0 111110 1011101 1110 10100 1010111 101110

Color Harmonies of #DC530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC530F

Black with #DC530F

Text Example


Text Example

White with #DC530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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