#DD9CA9

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

Shades of Kobi #DD9CA9

Tints of Kobi #DD9CA9

Color information

#DD9CA9 (or 0xDD9CA9) is unknown color: approx Kobi. HEX triplet: DD, 9C and A9. RGB value is (221,156,169). Sum of RGB (Red+Green+Blue) = 221+156+169=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA9 is #226356. Grayscale: #B0B0B0. Windows color (decimal): -2253655 or 11115741. OLE color: 11115741.

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

Color convert

RGB221156169-
CMYK00.290.240.13
HSL348º48.87%73.92%-
HSV(B)348º29.41%86.67%-
XYZ48.8742.0143.07-
YUV176.92123.53159.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=40.48%
G=28.57%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115616900.290.240.1334848.8773.92
HexDD9CA901D18D15c314a
Octal335234251035301553461112
Binary1101110110011100101010010111011100011011010111001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CA9; }

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

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

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

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

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

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

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

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