#D39AAB

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

Shades of Kobi #D39AAB

Tints of Kobi #D39AAB

Color information

#D39AAB (or 0xD39AAB) is unknown color: approx Kobi. HEX triplet: D3, 9A and AB. RGB value is (211,154,171). Sum of RGB (Red+Green+Blue) = 211+154+171=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D39AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39AAB is #2C6554. Grayscale: #ACACAC. Windows color (decimal): -2909525 or 11246291. OLE color: 11246291.

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

Color convert

RGB211154171-
CMYK00.270.190.17
HSL342.11º39.31%71.57%-
HSV(B)342.11º27.01%82.75%-
XYZ45.7739.943.82-
YUV172.98126.88155.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.37%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=39.37%
G=28.73%
B=31.90%

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
Decimal21115417100.270.190.17342.1139.3171.57
HexD39AAB01B13111562748
Octal323232253033232152647110
Binary11010011100110101010101101101110011100011010101101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AAB; }

 p { color: rgb(211,154,171); }

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

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

 a { background-color: rgb(211,154,171); }

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

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

 span { border-color: rgb(211,154,171); }

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