#DB9DA7

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

Shades of Kobi #DB9DA7

Tints of Kobi #DB9DA7

Color information

#DB9DA7 (or 0xDB9DA7) is unknown color: approx Kobi. HEX triplet: DB, 9D and A7. RGB value is (219,157,167). Sum of RGB (Red+Green+Blue) = 219+157+167=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DA7 is #246258. Grayscale: #B0B0B0. Windows color (decimal): -2384473 or 10984923. OLE color: 10984923.

HSL color Cylindrical-coordinate representation of color #DB9DA7: hue angle of 350.32º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DA7 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB219157167-
CMYK00.280.240.14
HSL350.32º46.27%73.73%-
HSV(B)350.32º28.31%85.88%-
XYZ48.2541.9642.12-
YUV176.68122.54158.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=40.33%
G=28.91%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915716700.280.240.14350.3246.2773.73
HexDB9DA701C18E15e2e4a
Octal333235247034301653656112
Binary1101101110011101101001110111001100011101010111101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DA7; }

 p { color: rgb(219,157,167); }

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

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

 a { background-color: rgb(219,157,167); }

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

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

 span { border-color: rgb(219,157,167); }

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