#DDA0AB

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

Shades of Kobi #DDA0AB

Tints of Kobi #DDA0AB

Color information

#DDA0AB (or 0xDDA0AB) is unknown color: approx Kobi. HEX triplet: DD, A0 and AB. RGB value is (221,160,171). Sum of RGB (Red+Green+Blue) = 221+160+171=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AB is #225F54. Grayscale: #B3B3B3. Windows color (decimal): -2252629 or 11247837. OLE color: 11247837.

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

Color convert

RGB221160171-
CMYK00.280.230.13
HSL349.18º47.29%74.71%-
HSV(B)349.18º27.6%86.67%-
XYZ49.7443.4544.29-
YUV179.49123.21157.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=40.04%
G=28.99%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116017100.280.230.13349.1847.2974.71
HexDDA0AB01C17D15d2f4b
Octal335240253034271553557113
Binary1101110110100000101010110111001011111011010111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0AB; }

 p { color: rgb(221,160,171); }

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

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

 a { background-color: rgb(221,160,171); }

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

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

 span { border-color: rgb(221,160,171); }

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