#DCA1AE

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

Shades of Kobi #DCA1AE

Tints of Kobi #DCA1AE

Color information

#DCA1AE (or 0xDCA1AE) is unknown color: approx Kobi. HEX triplet: DC, A1 and AE. RGB value is (220,161,174). Sum of RGB (Red+Green+Blue) = 220+161+174=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA1AE is #235E51. Grayscale: #B4B4B4. Windows color (decimal): -2317906 or 11444700. OLE color: 11444700.

HSL color Cylindrical-coordinate representation of color #DCA1AE: hue angle of 346.78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1AE is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220161174-
CMYK00.270.210.14
HSL346.78º45.74%74.71%-
HSV(B)346.78º26.82%86.27%-
XYZ49.943.7645.86-
YUV180.12124.55156.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=39.64%
G=29.01%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016117400.270.210.14346.7845.7474.71
HexDCA1AE01B15E15b2e4b
Octal334241256033251653356113
Binary1101110010100001101011100110111010111101010110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1AE; }

 p { color: rgb(220,161,174); }

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

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

 a { background-color: rgb(220,161,174); }

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

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

 span { border-color: rgb(220,161,174); }

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