#DDA0AC

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

Shades of Kobi #DDA0AC

Tints of Kobi #DDA0AC

Color information

#DDA0AC (or 0xDDA0AC) is unknown color: approx Kobi. HEX triplet: DD, A0 and AC. RGB value is (221,160,172). Sum of RGB (Red+Green+Blue) = 221+160+172=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AC is #225F53. Grayscale: #B3B3B3. Windows color (decimal): -2252628 or 11313373. OLE color: 11313373.

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

Color convert

RGB221160172-
CMYK00.280.220.13
HSL348.2º47.29%74.71%-
HSV(B)348.2º27.6%86.67%-
XYZ49.8443.4944.8-
YUV179.61123.71157.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=39.96%
G=28.93%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116017200.280.220.13348.247.2974.71
HexDDA0AC01C16D15c2f4b
Octal335240254034261553457113
Binary1101110110100000101011000111001011011011010111001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0AC; }

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

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

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

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

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

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

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

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