#DC97AC

Color #DC97AC Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DC97AC

Tints of Kobi #DC97AC

Color information

#DC97AC (or 0xDC97AC) is unknown color: approx Kobi. HEX triplet: DC, 97 and AC. RGB value is (220,151,172). Sum of RGB (Red+Green+Blue) = 220+151+172=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97AC is #236853. Grayscale: #AEAEAE. Windows color (decimal): -2320468 or 11311068. OLE color: 11311068.

HSL color Cylindrical-coordinate representation of color #DC97AC: hue angle of 341.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97AC is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220151172-
CMYK00.310.220.14
HSL341.74º49.64%72.75%-
HSV(B)341.74º31.36%86.27%-
XYZ48.0340.3344.28-
YUV174.02126.86160.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=40.52%
G=27.81%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015117200.310.220.14341.7449.6472.75
HexDC97AC01F16E1563249
Octal334227254037261652662111
Binary1101110010010111101011000111111011011101010101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97AC; }

 p { color: rgb(220,151,172); }

 H1.HeaderClassName
 {
   color: #DC97AC;
 }
 .AnyTagClassName
 {
   color: #DC97AC;
 }
</style>
background-color css

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

 a { background-color: rgb(220,151,172); }

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

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

 span { border-color: rgb(220,151,172); }

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