#DF9DA9

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

Shades of Kobi #DF9DA9

Tints of Kobi #DF9DA9

Color information

#DF9DA9 (or 0xDF9DA9) is unknown color: approx Kobi. HEX triplet: DF, 9D and A9. RGB value is (223,157,169). Sum of RGB (Red+Green+Blue) = 223+157+169=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DA9 is #206256. Grayscale: #B2B2B2. Windows color (decimal): -2122327 or 11115999. OLE color: 11115999.

HSL color Cylindrical-coordinate representation of color #DF9DA9: hue angle of 349.09º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DA9 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223157169-
CMYK00.300.240.13
HSL349.09º50.77%74.51%-
HSV(B)349.09º29.6%87.45%-
XYZ49.6542.6743.15-
YUV178.1122.87160.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=40.62%
G=28.60%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315716900.300.240.13349.0950.7774.51
HexDF9DA901E18D15d334b
Octal337235251036301553563113
Binary1101111110011101101010010111101100011011010111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DA9; }

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

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

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

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

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

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

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

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