#DC98AE

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

Shades of Kobi #DC98AE

Tints of Kobi #DC98AE

Color information

#DC98AE (or 0xDC98AE) is unknown color: approx Kobi. HEX triplet: DC, 98 and AE. RGB value is (220,152,174). Sum of RGB (Red+Green+Blue) = 220+152+174=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98AE is #236751. Grayscale: #AEAEAE. Windows color (decimal): -2320210 or 11442396. OLE color: 11442396.

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

Color convert

RGB220152174-
CMYK00.310.210.14
HSL340.59º49.28%72.94%-
HSV(B)340.59º30.91%86.27%-
XYZ48.3840.7345.36-
YUV174.84127.53160.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=40.29%
G=27.84%
B=31.87%

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
Decimal22015217400.310.210.14340.5949.2872.94
HexDC98AE01F15E1553149
Octal334230256037251652561111
Binary1101110010011000101011100111111010111101010101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98AE; }

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

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

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

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

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

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

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

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