#DC9BA8

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

Shades of Kobi #DC9BA8

Tints of Kobi #DC9BA8

Color information

#DC9BA8 (or 0xDC9BA8) is unknown color: approx Kobi. HEX triplet: DC, 9B and A8. RGB value is (220,155,168). Sum of RGB (Red+Green+Blue) = 220+155+168=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA8 is #236457. Grayscale: #AFAFAF. Windows color (decimal): -2319448 or 11049948. OLE color: 11049948.

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

Color convert

RGB220155168-
CMYK00.300.240.14
HSL348º48.15%73.53%-
HSV(B)348º29.55%86.27%-
XYZ48.341.4942.51-
YUV175.92123.53159.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=40.52%
G=28.55%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015516800.300.240.1434848.1573.53
HexDC9BA801E18E15c304a
Octal334233250036301653460112
Binary1101110010011011101010000111101100011101010111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BA8; }

 p { color: rgb(220,155,168); }

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

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

 a { background-color: rgb(220,155,168); }

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

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

 span { border-color: rgb(220,155,168); }

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