#D19BAA

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

Shades of Kobi #D19BAA

Tints of Kobi #D19BAA

Color information

#D19BAA (or 0xD19BAA) is unknown color: approx Kobi. HEX triplet: D1, 9B and AA. RGB value is (209,155,170). Sum of RGB (Red+Green+Blue) = 209+155+170=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BAA is #2E6455. Grayscale: #ACACAC. Windows color (decimal): -3040342 or 11181009. OLE color: 11181009.

HSL color Cylindrical-coordinate representation of color #D19BAA: hue angle of 343.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BAA is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209155170-
CMYK00.260.190.18
HSL343.33º36.99%71.37%-
HSV(B)343.33º25.84%81.96%-
XYZ45.2739.943.35-
YUV172.86126.39153.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=39.14%
G=29.03%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915517000.260.190.18343.3336.9971.37
HexD19BAA01A13121572547
Octal321233252032232252745107
Binary11010001100110111010101001101010011100101010101111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BAA; }

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

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

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

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

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

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

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

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