#DD9CA6

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

Shades of Kobi #DD9CA6

Tints of Kobi #DD9CA6

Color information

#DD9CA6 (or 0xDD9CA6) is unknown color: approx Kobi. HEX triplet: DD, 9C and A6. RGB value is (221,156,166). Sum of RGB (Red+Green+Blue) = 221+156+166=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA6 is #226359. Grayscale: #B0B0B0. Windows color (decimal): -2253658 or 10919133. OLE color: 10919133.

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

Color convert

RGB221156166-
CMYK00.290.250.13
HSL350.77º48.87%73.92%-
HSV(B)350.77º29.41%86.67%-
XYZ48.5941.941.6-
YUV176.58122.03159.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=40.70%
G=28.73%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115616600.290.250.13350.7748.8773.92
HexDD9CA601D19D15f314a
Octal335234246035311553761112
Binary1101110110011100101001100111011100111011010111111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CA6; }

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

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

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

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

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

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

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

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