Html Css Color HEX #DC540C Persimmon

📋 copy color: '#DC540C'

red 220 ◦ green 84 ◦ blue 12

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

Shades of Persimmon #DC540C

Tints of Persimmon #DC540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 69.62%
G = 26.58%
B = 3.8%

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

#DC540C (or 0xDC540C) is known color: Persimmon. HEX triplet: DC, 54 and 0C. RGB value is (220,84,12). Sum of RGB (Red+Green+Blue) = 220+84+12=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC540C is #23ABF3. Grayscale: #747474. Windows color (decimal): -2337780 or 808156. OLE color: 808156.

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

Color convert

RGB 220 84 12 -
CMYK 0 0.62 0.95 0.14
HSL 20.77º 0.9% 0.45% -
HSV(B) 20.77º 0.95% 0.86% -
XYZ 32.75 21.58 2.79 -
YUV 116.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 220 84 12 0 0.62 0.95 0.14 20.77 0.9 0.45
Hex DC 54 C 0 3E 5F E 15 5A 2D
Octal 334 124 14 0 76 137 16 25 132 55
Binary 11011100 1010100 1100 0 111110 1011111 1110 10101 1011010 101101

Color Harmonies of #DC540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC540C

Black with #DC540C

Text Example


Text Example

White with #DC540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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