#DD86AA

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

Shades of Kobi #DD86AA

Tints of Kobi #DD86AA

Color information

#DD86AA (or 0xDD86AA) is unknown color: approx Kobi. HEX triplet: DD, 86 and AA. RGB value is (221,134,170). Sum of RGB (Red+Green+Blue) = 221+134+170=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86AA is #227955. Grayscale: #A4A4A4. Windows color (decimal): -2259286 or 11175645. OLE color: 11175645.

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

Color convert

RGB221134170-
CMYK00.390.230.13
HSL335.17º56.13%69.61%-
HSV(B)335.17º39.37%86.67%-
XYZ45.635.3242.45-
YUV164.12131.32168.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=42.10%
G=25.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113417000.390.230.13335.1756.1369.61
HexDD86AA02717D14f3846
Octal335206252047271551770106
Binary11011101100001101010101001001111011111011010011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86AA; }

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

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

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

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

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

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

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

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