#DD92A9

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

Shades of Kobi #DD92A9

Tints of Kobi #DD92A9

Color information

#DD92A9 (or 0xDD92A9) is unknown color: approx Kobi. HEX triplet: DD, 92 and A9. RGB value is (221,146,169). Sum of RGB (Red+Green+Blue) = 221+146+169=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92A9 is #226D56. Grayscale: #ABABAB. Windows color (decimal): -2256215 or 11113181. OLE color: 11113181.

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

Color convert

RGB221146169-
CMYK00.340.240.13
HSL341.6º52.45%71.96%-
HSV(B)341.6º33.94%86.67%-
XYZ47.2638.7942.53-
YUV171.05126.85163.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=41.23%
G=27.24%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114616900.340.240.13341.652.4571.96
HexDD92A902218D1563448
Octal335222251042301552664110
Binary11011101100100101010100101000101100011011010101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92A9; }

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

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

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

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

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

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

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

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