#DF9AA6

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

Shades of Kobi #DF9AA6

Tints of Kobi #DF9AA6

Color information

#DF9AA6 (or 0xDF9AA6) is unknown color: approx Kobi. HEX triplet: DF, 9A and A6. RGB value is (223,154,166). Sum of RGB (Red+Green+Blue) = 223+154+166=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AA6 is #206559. Grayscale: #B0B0B0. Windows color (decimal): -2123098 or 10918623. OLE color: 10918623.

HSL color Cylindrical-coordinate representation of color #DF9AA6: hue angle of 349.57º 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 #DF9AA6 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223154166-
CMYK00.310.260.13
HSL349.57º51.88%73.92%-
HSV(B)349.57º30.94%87.45%-
XYZ48.8741.5541.52-
YUV176122.36161.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=41.07%
G=28.36%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315416600.310.260.13349.5751.8873.92
HexDF9AA601F1AD15e344a
Octal337232246037321553664112
Binary1101111110011010101001100111111101011011010111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AA6; }

 p { color: rgb(223,154,166); }

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

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

 a { background-color: rgb(223,154,166); }

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

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

 span { border-color: rgb(223,154,166); }

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