#DD97A6

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

Shades of Kobi #DD97A6

Tints of Kobi #DD97A6

Color information

#DD97A6 (or 0xDD97A6) is unknown color: approx Kobi. HEX triplet: DD, 97 and A6. RGB value is (221,151,166). Sum of RGB (Red+Green+Blue) = 221+151+166=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD97A6 is #226859. Grayscale: #ADADAD. Windows color (decimal): -2254938 or 10917853. OLE color: 10917853.

HSL color Cylindrical-coordinate representation of color #DD97A6: hue angle of 347.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97A6 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221151166-
CMYK00.320.250.13
HSL347.14º50.72%72.94%-
HSV(B)347.14º31.67%86.67%-
XYZ47.7740.2641.33-
YUV173.64123.69161.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=41.08%
G=28.07%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115116600.320.250.13347.1450.7272.94
HexDD97A602019D15b3349
Octal335227246040311553363111
Binary11011101100101111010011001000001100111011010110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97A6; }

 p { color: rgb(221,151,166); }

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

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

 a { background-color: rgb(221,151,166); }

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

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

 span { border-color: rgb(221,151,166); }

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