#DD9CAA

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

Shades of Kobi #DD9CAA

Tints of Kobi #DD9CAA

Color information

#DD9CAA (or 0xDD9CAA) is unknown color: approx Kobi. HEX triplet: DD, 9C and AA. RGB value is (221,156,170). Sum of RGB (Red+Green+Blue) = 221+156+170=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAA is #226355. Grayscale: #B1B1B1. Windows color (decimal): -2253654 or 11181277. OLE color: 11181277.

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

Color convert

RGB221156170-
CMYK00.290.230.13
HSL347.08º48.87%73.92%-
HSV(B)347.08º29.41%86.67%-
XYZ48.9642.0543.57-
YUV177.03124.03159.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=40.40%
G=28.52%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115617000.290.230.13347.0848.8773.92
HexDD9CAA01D17D15b314a
Octal335234252035271553361112
Binary1101110110011100101010100111011011111011010110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CAA; }

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

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

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

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

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

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

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

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