#D49BA9

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

Shades of Kobi #D49BA9

Tints of Kobi #D49BA9

Color information

#D49BA9 (or 0xD49BA9) is unknown color: approx Kobi. HEX triplet: D4, 9B and A9. RGB value is (212,155,169). Sum of RGB (Red+Green+Blue) = 212+155+169=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA9 is #2B6456. Grayscale: #ADADAD. Windows color (decimal): -2843735 or 11115476. OLE color: 11115476.

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

Color convert

RGB212155169-
CMYK00.270.200.17
HSL345.26º39.86%71.96%-
HSV(B)345.26º26.89%83.14%-
XYZ46.0340.342.89-
YUV173.64125.38155.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=39.55%
G=28.92%
B=31.53%

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
Decimal21215516900.270.200.17345.2639.8671.96
HexD49BA901B14111592848
Octal324233251033242153150110
Binary11010100100110111010100101101110100100011010110011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BA9; }

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

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

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

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

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

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

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

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