#DB98AC

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

Shades of Kobi #DB98AC

Tints of Kobi #DB98AC

Color information

#DB98AC (or 0xDB98AC) is unknown color: approx Kobi. HEX triplet: DB, 98 and AC. RGB value is (219,152,172). Sum of RGB (Red+Green+Blue) = 219+152+172=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98AC is #246753. Grayscale: #AEAEAE. Windows color (decimal): -2385748 or 11311323. OLE color: 11311323.

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

Color convert

RGB219152172-
CMYK00.310.210.14
HSL342.09º48.2%72.75%-
HSV(B)342.09º30.59%85.88%-
XYZ47.8940.544.32-
YUV174.31126.7159.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=40.33%
G=27.99%
B=31.68%

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
Decimal21915217200.310.210.14342.0948.272.75
HexDB98AC01F15E1563049
Octal333230254037251652660111
Binary1101101110011000101011000111111010111101010101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98AC; }

 p { color: rgb(219,152,172); }

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

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

 a { background-color: rgb(219,152,172); }

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

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

 span { border-color: rgb(219,152,172); }

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