#DC97AE

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

Shades of Kobi #DC97AE

Tints of Kobi #DC97AE

Color information

#DC97AE (or 0xDC97AE) is unknown color: approx Kobi. HEX triplet: DC, 97 and AE. RGB value is (220,151,174). Sum of RGB (Red+Green+Blue) = 220+151+174=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97AE is #236851. Grayscale: #AEAEAE. Windows color (decimal): -2320466 or 11442140. OLE color: 11442140.

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

Color convert

RGB220151174-
CMYK00.310.210.14
HSL340º49.64%72.75%-
HSV(B)340º31.36%86.27%-
XYZ48.2240.445.3-
YUV174.25127.86160.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=40.37%
G=27.71%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015117400.310.210.1434049.6472.75
HexDC97AE01F15E1543249
Octal334227256037251652462111
Binary1101110010010111101011100111111010111101010101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97AE; }

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

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

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

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

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

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

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

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