Html Css Color HEX #DC530C Persimmon

📋 copy color: '#DC530C'

red 220 ◦ green 83 ◦ blue 12

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

Shades of Persimmon #DC530C

Tints of Persimmon #DC530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 69.84%
G = 26.35%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC530C (or 0xDC530C) is known color: Persimmon. HEX triplet: DC, 53 and 0C. RGB value is (220,83,12). Sum of RGB (Red+Green+Blue) = 220+83+12=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC530C is #23ACF3. Grayscale: #747474. Windows color (decimal): -2338036 or 807900. OLE color: 807900.

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

Color convert

RGB 220 83 12 -
CMYK 0 0.62 0.95 0.14
HSL 20.48º 0.9% 0.45% -
HSV(B) 20.48º 0.95% 0.86% -
XYZ 32.67 21.43 2.76 -
YUV 115.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 220 83 12 0 0.62 0.95 0.14 20.48 0.9 0.45
Hex DC 53 C 0 3E 5F E 14 5A 2D
Octal 334 123 14 0 76 137 16 24 132 55
Binary 11011100 1010011 1100 0 111110 1011111 1110 10100 1011010 101101

Color Harmonies of #DC530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC530C

Black with #DC530C

Text Example


Text Example

White with #DC530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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