#DF99A9

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

Shades of Kobi #DF99A9

Tints of Kobi #DF99A9

Color information

#DF99A9 (or 0xDF99A9) is unknown color: approx Kobi. HEX triplet: DF, 99 and A9. RGB value is (223,153,169). Sum of RGB (Red+Green+Blue) = 223+153+169=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99A9 is #206656. Grayscale: #AFAFAF. Windows color (decimal): -2123351 or 11114975. OLE color: 11114975.

HSL color Cylindrical-coordinate representation of color #DF99A9: hue angle of 346.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99A9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223153169-
CMYK00.310.240.13
HSL346.29º52.24%73.73%-
HSV(B)346.29º31.39%87.45%-
XYZ48.9841.3442.93-
YUV175.75124.19161.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=40.92%
G=28.07%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315316900.310.240.13346.2952.2473.73
HexDF99A901F18D15a344a
Octal337231251037301553264112
Binary1101111110011001101010010111111100011011010110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99A9; }

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

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

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

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

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

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

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

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