Html Css Color HEX #DC530E Persimmon

📋 copy color: '#DC530E'

red 220 ◦ green 83 ◦ blue 14

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

Shades of Persimmon #DC530E

Tints of Persimmon #DC530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 69.4%
G = 26.18%
B = 4.42%

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

#DC530E (or 0xDC530E) is known color: Persimmon. HEX triplet: DC, 53 and 0E. RGB value is (220,83,14). Sum of RGB (Red+Green+Blue) = 220+83+14=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC530E is #23ACF1. Grayscale: #747474. Windows color (decimal): -2338034 or 938972. OLE color: 938972.

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

Color convert

RGB 220 83 14 -
CMYK 0 0.62 0.94 0.14
HSL 20.1º 0.88% 0.46% -
HSV(B) 20.1º 0.94% 0.86% -
XYZ 32.69 21.43 2.83 -
YUV 116.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 220 83 14 0 0.62 0.94 0.14 20.1 0.88 0.46
Hex DC 53 E 0 3E 5E E 14 58 2E
Octal 334 123 16 0 76 136 16 24 130 56
Binary 11011100 1010011 1110 0 111110 1011110 1110 10100 1011000 101110

Color Harmonies of #DC530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC530E

Black with #DC530E

Text Example


Text Example

White with #DC530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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