#D39BA9

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

Shades of Kobi #D39BA9

Tints of Kobi #D39BA9

Color information

#D39BA9 (or 0xD39BA9) is unknown color: approx Kobi. HEX triplet: D3, 9B and A9. RGB value is (211,155,169). Sum of RGB (Red+Green+Blue) = 211+155+169=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BA9 is #2C6456. Grayscale: #ADADAD. Windows color (decimal): -2909271 or 11115475. OLE color: 11115475.

HSL color Cylindrical-coordinate representation of color #D39BA9: hue angle of 345º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39BA9 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB211155169-
CMYK00.270.200.17
HSL345º38.89%71.76%-
HSV(B)345º26.54%82.75%-
XYZ45.7540.1642.88-
YUV173.34125.55154.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=39.44%
G=28.97%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115516900.270.200.1734538.8971.76
HexD39BA901B14111592748
Octal323233251033242153147110
Binary11010011100110111010100101101110100100011010110011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BA9; }

 p { color: rgb(211,155,169); }

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

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

 a { background-color: rgb(211,155,169); }

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

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

 span { border-color: rgb(211,155,169); }

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