#D39BAA

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

Shades of Kobi #D39BAA

Tints of Kobi #D39BAA

Color information

#D39BAA (or 0xD39BAA) is unknown color: approx Kobi. HEX triplet: D3, 9B and AA. RGB value is (211,155,170). Sum of RGB (Red+Green+Blue) = 211+155+170=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BAA is #2C6455. Grayscale: #ADADAD. Windows color (decimal): -2909270 or 11181011. OLE color: 11181011.

HSL color Cylindrical-coordinate representation of color #D39BAA: hue angle of 343.93º 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 #D39BAA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211155170-
CMYK00.270.190.17
HSL343.93º38.89%71.76%-
HSV(B)343.93º26.54%82.75%-
XYZ45.8440.1943.37-
YUV173.45126.05154.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.37%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=39.37%
G=28.92%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115517000.270.190.17343.9338.8971.76
HexD39BAA01B13111582748
Octal323233252033232153047110
Binary11010011100110111010101001101110011100011010110001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BAA; }

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

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

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

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

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

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

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

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