#DA9BAC

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

Shades of Kobi #DA9BAC

Tints of Kobi #DA9BAC

Color information

#DA9BAC (or 0xDA9BAC) is unknown color: approx Kobi. HEX triplet: DA, 9B and AC. RGB value is (218,155,172). Sum of RGB (Red+Green+Blue) = 218+155+172=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BAC is #256453. Grayscale: #AFAFAF. Windows color (decimal): -2450516 or 11312090. OLE color: 11312090.

HSL color Cylindrical-coordinate representation of color #DA9BAC: hue angle of 343.81º degrees, saturation: 0.46, 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 #DA9BAC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218155172-
CMYK00.290.210.15
HSL343.81º45.99%73.14%-
HSV(B)343.81º28.9%85.49%-
XYZ48.0841.3344.47-
YUV175.78125.87158.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=40%
G=28.44%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815517200.290.210.15343.8145.9973.14
HexDA9BAC01D15F1582e49
Octal332233254035251753056111
Binary1101101010011011101011000111011010111111010110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BAC; }

 p { color: rgb(218,155,172); }

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

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

 a { background-color: rgb(218,155,172); }

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

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

 span { border-color: rgb(218,155,172); }

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