#DC98AA

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

Shades of Kobi #DC98AA

Tints of Kobi #DC98AA

Color information

#DC98AA (or 0xDC98AA) is unknown color: approx Kobi. HEX triplet: DC, 98 and AA. RGB value is (220,152,170). Sum of RGB (Red+Green+Blue) = 220+152+170=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98AA is #236755. Grayscale: #AEAEAE. Windows color (decimal): -2320214 or 11180252. OLE color: 11180252.

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

Color convert

RGB220152170-
CMYK00.310.230.14
HSL344.12º49.28%72.94%-
HSV(B)344.12º30.91%86.27%-
XYZ4840.5743.33-
YUV174.38125.53160.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=40.59%
G=28.04%
B=31.37%

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
Decimal22015217000.310.230.14344.1249.2872.94
HexDC98AA01F17E1583149
Octal334230252037271653061111
Binary1101110010011000101010100111111011111101010110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98AA; }

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

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

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

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

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

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

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

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