#D09DAC

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

Shades of Kobi #D09DAC

Tints of Kobi #D09DAC

Color information

#D09DAC (or 0xD09DAC) is unknown color: approx Kobi. HEX triplet: D0, 9D and AC. RGB value is (208,157,172). Sum of RGB (Red+Green+Blue) = 208+157+172=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DAC is #2F6253. Grayscale: #ADADAD. Windows color (decimal): -3105364 or 11312592. OLE color: 11312592.

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

Color convert

RGB208157172-
CMYK00.250.170.18
HSL342.35º35.17%71.57%-
HSV(B)342.35º24.52%81.57%-
XYZ45.5240.544.45-
YUV173.96126.9152.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=38.73%
G=29.24%
B=32.03%

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
Decimal20815717200.250.170.18342.3535.1771.57
HexD09DAC01911121562348
Octal320235254031212252643110
Binary11010000100111011010110001100110001100101010101101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DAC; }

 p { color: rgb(208,157,172); }

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

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

 a { background-color: rgb(208,157,172); }

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

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

 span { border-color: rgb(208,157,172); }

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