#DC9DA9

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

Shades of Kobi #DC9DA9

Tints of Kobi #DC9DA9

Color information

#DC9DA9 (or 0xDC9DA9) is unknown color: approx Kobi. HEX triplet: DC, 9D and A9. RGB value is (220,157,169). Sum of RGB (Red+Green+Blue) = 220+157+169=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DA9 is #236256. Grayscale: #B1B1B1. Windows color (decimal): -2318935 or 11115996. OLE color: 11115996.

HSL color Cylindrical-coordinate representation of color #DC9DA9: hue angle of 348.57º 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 #DC9DA9 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220157169-
CMYK00.290.230.14
HSL348.57º47.37%73.92%-
HSV(B)348.57º28.64%86.27%-
XYZ48.7342.1943.11-
YUV177.2123.37158.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=40.29%
G=28.75%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015716900.290.230.14348.5747.3773.92
HexDC9DA901D17E15d2f4a
Octal334235251035271653557112
Binary1101110010011101101010010111011011111101010111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DA9; }

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

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

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

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

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

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

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

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