#DD92AA

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

Shades of Kobi #DD92AA

Tints of Kobi #DD92AA

Color information

#DD92AA (or 0xDD92AA) is unknown color: approx Kobi. HEX triplet: DD, 92 and AA. RGB value is (221,146,170). Sum of RGB (Red+Green+Blue) = 221+146+170=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92AA is #226D55. Grayscale: #ABABAB. Windows color (decimal): -2256214 or 11178717. OLE color: 11178717.

HSL color Cylindrical-coordinate representation of color #DD92AA: hue angle of 340.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92AA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221146170-
CMYK00.340.230.13
HSL340.8º52.45%71.96%-
HSV(B)340.8º33.94%86.67%-
XYZ47.3538.8343.03-
YUV171.16127.35163.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=41.15%
G=27.19%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114617000.340.230.13340.852.4571.96
HexDD92AA02217D1553448
Octal335222252042271552564110
Binary11011101100100101010101001000101011111011010101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92AA; }

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

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

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

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

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

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

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

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