Html Css Color HEX #DC586D Cabaret

📋 copy color: '#DC586D'

red 220 ◦ green 88 ◦ blue 109

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

Shades of Cabaret #DC586D

Tints of Cabaret #DC586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 52.76%
G = 21.1%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC586D (or 0xDC586D) is known color: Cabaret. HEX triplet: DC, 58 and 6D. RGB value is (220,88,109). Sum of RGB (Red+Green+Blue) = 220+88+109=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC586D is #23A792. Grayscale: #818181. Windows color (decimal): -2336659 or 7166172. OLE color: 7166172.

HSL color Cylindrical-coordinate representation of color #DC586D: hue angle of 350.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC586D is Cyan = 0, Magento = 0.6, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 109 -
CMYK 0 0.6 0.50 0.14
HSL 350.45º 0.65% 0.6% -
HSV(B) 350.45º 0.6% 0.86% -
XYZ 35.77 23.3 17.08 -
YUV 129.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 220 88 109 0 0.6 0.50 0.14 350.45 0.65 0.6
Hex DC 58 6D 0 3C 32 E 15E 41 3C
Octal 334 130 155 0 74 62 16 536 101 74
Binary 11011100 1011000 1101101 0 111100 110010 1110 101011110 1000001 111100

Color Harmonies of #DC586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC586D

Black with #DC586D

Text Example


Text Example

White with #DC586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC586D; }

 p { color: rgb(220,88,109); }

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

background-color css

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

 a { background-color: rgb(220,88,109); }

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

border-color css

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

 span { border-color: rgb(220,88,109); }

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