#DF9BAA

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

Shades of Kobi #DF9BAA

Tints of Kobi #DF9BAA

Color information

#DF9BAA (or 0xDF9BAA) is unknown color: approx Kobi. HEX triplet: DF, 9B and AA. RGB value is (223,155,170). Sum of RGB (Red+Green+Blue) = 223+155+170=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9BAA is #206455. Grayscale: #B1B1B1. Windows color (decimal): -2122838 or 11181023. OLE color: 11181023.

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

Color convert

RGB223155170-
CMYK00.300.240.13
HSL346.76º51.52%74.12%-
HSV(B)346.76º30.49%87.45%-
XYZ49.4142.0343.54-
YUV177.04124.03160.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=40.69%
G=28.28%
B=31.02%

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
Decimal22315517000.300.240.13346.7651.5274.12
HexDF9BAA01E18D15b344a
Octal337233252036301553364112
Binary1101111110011011101010100111101100011011010110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BAA; }

 p { color: rgb(223,155,170); }

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

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

 a { background-color: rgb(223,155,170); }

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

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

 span { border-color: rgb(223,155,170); }

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