#DC98AC

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

Shades of Kobi #DC98AC

Tints of Kobi #DC98AC

Color information

#DC98AC (or 0xDC98AC) is unknown color: approx Kobi. HEX triplet: DC, 98 and AC. RGB value is (220,152,172). Sum of RGB (Red+Green+Blue) = 220+152+172=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98AC is #236753. Grayscale: #AEAEAE. Windows color (decimal): -2320212 or 11311324. OLE color: 11311324.

HSL color Cylindrical-coordinate representation of color #DC98AC: hue angle of 342.35º degrees, saturation: 0.49, 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 #DC98AC is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220152172-
CMYK00.310.220.14
HSL342.35º49.28%72.94%-
HSV(B)342.35º30.91%86.27%-
XYZ48.1940.6544.34-
YUV174.61126.53160.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=40.44%
G=27.94%
B=31.62%

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
Decimal22015217200.310.220.14342.3549.2872.94
HexDC98AC01F16E1563149
Octal334230254037261652661111
Binary1101110010011000101011000111111011011101010101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98AC; }

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

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

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

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

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

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

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

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