#DA96A4

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

Shades of Kobi #DA96A4

Tints of Kobi #DA96A4

Color information

#DA96A4 (or 0xDA96A4) is unknown color: approx Kobi. HEX triplet: DA, 96 and A4. RGB value is (218,150,164). Sum of RGB (Red+Green+Blue) = 218+150+164=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA96A4 is #25695B. Grayscale: #ABABAB. Windows color (decimal): -2451804 or 10786522. OLE color: 10786522.

HSL color Cylindrical-coordinate representation of color #DA96A4: hue angle of 347.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA96A4 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB218150164-
CMYK00.310.250.15
HSL347.65º47.89%72.16%-
HSV(B)347.65º31.19%85.49%-
XYZ46.5239.440.27-
YUV171.93123.53160.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=40.98%
G=28.20%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815016400.310.250.15347.6547.8972.16
HexDA96A401F19F15c3048
Octal332226244037311753460110
Binary1101101010010110101001000111111100111111010111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96A4; }

 p { color: rgb(218,150,164); }

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

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

 a { background-color: rgb(218,150,164); }

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

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

 span { border-color: rgb(218,150,164); }

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