Html Css Color HEX #DC8999 Can Can

📋 copy color: '#DC8999'

red 220 ◦ green 137 ◦ blue 153

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

Shades of Can Can #DC8999

Tints of Can Can #DC8999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.86%

 BLUE value IS 153 (60.16% from 255) = 30%

R = 43.14%
G = 26.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC8999 (or 0xDC8999) is known color: Can Can. HEX triplet: DC, 89 and 99. RGB value is (220,137,153). Sum of RGB (Red+Green+Blue) = 220+137+153=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8999 is #237666. Grayscale: #A3A3A3. Windows color (decimal): -2324071 or 10062300. OLE color: 10062300.

HSL color Cylindrical-coordinate representation of color #DC8999: hue angle of 348.43º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8999 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 153 -
CMYK 0 0.38 0.30 0.14
HSL 348.43º 0.54% 0.7% -
HSV(B) 348.43º 0.38% 0.86% -
XYZ 44.21 35.41 34.64 -
YUV 163.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 220 137 153 0 0.38 0.30 0.14 348.43 0.54 0.7
Hex DC 89 99 0 26 1E E 15C 36 46
Octal 334 211 231 0 46 36 16 534 66 106
Binary 11011100 10001001 10011001 0 100110 11110 1110 101011100 110110 1000110

Color Harmonies of #DC8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8999

Black with #DC8999

Text Example


Text Example

White with #DC8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8999; }

 p { color: rgb(220,137,153); }

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

background-color css

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

 a { background-color: rgb(220,137,153); }

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

border-color css

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

 span { border-color: rgb(220,137,153); }

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