#D09BAD

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

Shades of Kobi #D09BAD

Tints of Kobi #D09BAD

Color information

#D09BAD (or 0xD09BAD) is unknown color: approx Kobi. HEX triplet: D0, 9B and AD. RGB value is (208,155,173). Sum of RGB (Red+Green+Blue) = 208+155+173=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BAD is #2F6452. Grayscale: #ACACAC. Windows color (decimal): -3105875 or 11377616. OLE color: 11377616.

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

Color convert

RGB208155173-
CMYK00.250.170.18
HSL339.62º36.05%71.18%-
HSV(B)339.62º25.48%81.57%-
XYZ45.2839.8744.84-
YUV172.9128.06153.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=38.81%
G=28.92%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815517300.250.170.18339.6236.0571.18
HexD09BAD01911121542447
Octal320233255031212252444107
Binary11010000100110111010110101100110001100101010101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BAD; }

 p { color: rgb(208,155,173); }

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

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

 a { background-color: rgb(208,155,173); }

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

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

 span { border-color: rgb(208,155,173); }

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