#D99BAA

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

Shades of Kobi #D99BAA

Tints of Kobi #D99BAA

Color information

#D99BAA (or 0xD99BAA) is unknown color: approx Kobi. HEX triplet: D9, 9B and AA. RGB value is (217,155,170). Sum of RGB (Red+Green+Blue) = 217+155+170=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BAA is #266455. Grayscale: #AFAFAF. Windows color (decimal): -2516054 or 11181017. OLE color: 11181017.

HSL color Cylindrical-coordinate representation of color #D99BAA: hue angle of 345.48º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BAA is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217155170-
CMYK00.290.220.15
HSL345.48º44.93%72.94%-
HSV(B)345.48º28.57%85.1%-
XYZ47.5941.143.45-
YUV175.25125.04157.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=40.04%
G=28.60%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715517000.290.220.15345.4844.9372.94
HexD99BAA01D16F1592d49
Octal331233252035261753155111
Binary1101100110011011101010100111011011011111010110011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BAA; }

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

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

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

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

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

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

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

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