#DC99AC

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

Shades of Kobi #DC99AC

Tints of Kobi #DC99AC

Color information

#DC99AC (or 0xDC99AC) is unknown color: approx Kobi. HEX triplet: DC, 99 and AC. RGB value is (220,153,172). Sum of RGB (Red+Green+Blue) = 220+153+172=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AC is #236653. Grayscale: #AFAFAF. Windows color (decimal): -2319956 or 11311580. OLE color: 11311580.

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

Color convert

RGB220153172-
CMYK00.300.220.14
HSL342.99º48.91%73.14%-
HSV(B)342.99º30.45%86.27%-
XYZ48.3540.9844.39-
YUV175.2126.2159.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=40.37%
G=28.07%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015317200.300.220.14342.9948.9173.14
HexDC99AC01E16E1573149
Octal334231254036261652761111
Binary1101110010011001101011000111101011011101010101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99AC; }

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

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

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

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

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

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

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

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