Html Css Color HEX #DC520B Persimmon

📋 copy color: '#DC520B'

red 220 ◦ green 82 ◦ blue 11

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

Shades of Persimmon #DC520B

Tints of Persimmon #DC520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 70.29%
G = 26.2%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC520B (or 0xDC520B) is known color: Persimmon. HEX triplet: DC, 52 and 0B. RGB value is (220,82,11). Sum of RGB (Red+Green+Blue) = 220+82+11=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC520B is #23ADF4. Grayscale: #737373. Windows color (decimal): -2338293 or 742108. OLE color: 742108.

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

Color convert

RGB 220 82 11 -
CMYK 0 0.63 0.95 0.14
HSL 20.38º 0.9% 0.45% -
HSV(B) 20.38º 0.95% 0.86% -
XYZ 32.59 21.27 2.71 -
YUV 115.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 220 82 11 0 0.63 0.95 0.14 20.38 0.9 0.45
Hex DC 52 B 0 3F 5F E 14 5A 2D
Octal 334 122 13 0 77 137 16 24 132 55
Binary 11011100 1010010 1011 0 111111 1011111 1110 10100 1011010 101101

Color Harmonies of #DC520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC520B

Black with #DC520B

Text Example


Text Example

White with #DC520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC520B; }

 p { color: rgb(220,82,11); }

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

background-color css

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

 a { background-color: rgb(220,82,11); }

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

border-color css

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

 span { border-color: rgb(220,82,11); }

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