#DB96A4

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

Shades of Kobi #DB96A4

Tints of Kobi #DB96A4

Color information

#DB96A4 (or 0xDB96A4) is unknown color: approx Kobi. HEX triplet: DB, 96 and A4. RGB value is (219,150,164). Sum of RGB (Red+Green+Blue) = 219+150+164=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96A4 is #24695B. Grayscale: #ACACAC. Windows color (decimal): -2386268 or 10786523. OLE color: 10786523.

HSL color Cylindrical-coordinate representation of color #DB96A4: hue angle of 347.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96A4 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219150164-
CMYK00.320.250.14
HSL347.83º48.94%72.35%-
HSV(B)347.83º31.51%85.88%-
XYZ46.8239.5540.29-
YUV172.23123.36161.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=41.09%
G=28.14%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915016400.320.250.14347.8348.9472.35
HexDB96A402019E15c3148
Octal333226244040311653461110
Binary11011011100101101010010001000001100111101010111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96A4; }

 p { color: rgb(219,150,164); }

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

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

 a { background-color: rgb(219,150,164); }

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

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

 span { border-color: rgb(219,150,164); }

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