#DC97AA

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

Shades of Kobi #DC97AA

Tints of Kobi #DC97AA

Color information

#DC97AA (or 0xDC97AA) is unknown color: approx Kobi. HEX triplet: DC, 97 and AA. RGB value is (220,151,170). Sum of RGB (Red+Green+Blue) = 220+151+170=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97AA is #236855. Grayscale: #ADADAD. Windows color (decimal): -2320470 or 11179996. OLE color: 11179996.

HSL color Cylindrical-coordinate representation of color #DC97AA: hue angle of 343.48º 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 #DC97AA is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220151170-
CMYK00.310.230.14
HSL343.48º49.64%72.75%-
HSV(B)343.48º31.36%86.27%-
XYZ47.8440.2543.28-
YUV173.8125.86160.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=40.67%
G=27.91%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015117000.310.230.14343.4849.6472.75
HexDC97AA01F17E1573249
Octal334227252037271652762111
Binary1101110010010111101010100111111011111101010101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97AA; }

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

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

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

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

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

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

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

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