#DC9DAB

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

Shades of Kobi #DC9DAB

Tints of Kobi #DC9DAB

Color information

#DC9DAB (or 0xDC9DAB) is unknown color: approx Kobi. HEX triplet: DC, 9D and AB. RGB value is (220,157,171). Sum of RGB (Red+Green+Blue) = 220+157+171=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DAB is #236254. Grayscale: #B1B1B1. Windows color (decimal): -2318933 or 11247068. OLE color: 11247068.

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

Color convert

RGB220157171-
CMYK00.290.220.14
HSL346.67º47.37%73.92%-
HSV(B)346.67º28.64%86.27%-
XYZ48.9242.2744.11-
YUV177.43124.37158.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=40.15%
G=28.65%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015717100.290.220.14346.6747.3773.92
HexDC9DAB01D16E15b2f4a
Octal334235253035261653357112
Binary1101110010011101101010110111011011011101010110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DAB; }

 p { color: rgb(220,157,171); }

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

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

 a { background-color: rgb(220,157,171); }

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

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

 span { border-color: rgb(220,157,171); }

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