#DD86A7

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

Shades of Kobi #DD86A7

Tints of Kobi #DD86A7

Color information

#DD86A7 (or 0xDD86A7) is unknown color: approx Kobi. HEX triplet: DD, 86 and A7. RGB value is (221,134,167). Sum of RGB (Red+Green+Blue) = 221+134+167=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86A7 is #227958. Grayscale: #A3A3A3. Windows color (decimal): -2259289 or 10979037. OLE color: 10979037.

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

Color convert

RGB221134167-
CMYK00.390.240.13
HSL337.24º56.13%69.61%-
HSV(B)337.24º39.37%86.67%-
XYZ45.3235.2140.97-
YUV163.78129.82168.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=42.34%
G=25.67%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113416700.390.240.13337.2456.1369.61
HexDD86A702718D1513846
Octal335206247047301552170106
Binary11011101100001101010011101001111100011011010100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86A7; }

 p { color: rgb(221,134,167); }

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

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

 a { background-color: rgb(221,134,167); }

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

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

 span { border-color: rgb(221,134,167); }

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