#DC98AF

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

Shades of Kobi #DC98AF

Tints of Kobi #DC98AF

Color information

#DC98AF (or 0xDC98AF) is unknown color: approx Kobi. HEX triplet: DC, 98 and AF. RGB value is (220,152,175). Sum of RGB (Red+Green+Blue) = 220+152+175=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98AF is #236750. Grayscale: #AEAEAE. Windows color (decimal): -2320209 or 11507932. OLE color: 11507932.

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

Color convert

RGB220152175-
CMYK00.310.200.14
HSL339.71º49.28%72.94%-
HSV(B)339.71º30.91%86.27%-
XYZ48.4840.7745.87-
YUV174.95128.03160.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=40.22%
G=27.79%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015217500.310.200.14339.7149.2872.94
HexDC98AF01F14E1543149
Octal334230257037241652461111
Binary1101110010011000101011110111111010011101010101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98AF; }

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

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

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

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

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

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

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

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