#DA92AA

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

Shades of Kobi #DA92AA

Tints of Kobi #DA92AA

Color information

#DA92AA (or 0xDA92AA) is unknown color: approx Kobi. HEX triplet: DA, 92 and AA. RGB value is (218,146,170). Sum of RGB (Red+Green+Blue) = 218+146+170=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92AA is #256D55. Grayscale: #AAAAAA. Windows color (decimal): -2452822 or 11178714. OLE color: 11178714.

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

Color convert

RGB218146170-
CMYK00.330.220.15
HSL340º49.32%71.37%-
HSV(B)340º33.03%85.49%-
XYZ46.4538.3742.99-
YUV170.26127.85162.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=40.82%
G=27.34%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814617000.330.220.1534049.3271.37
HexDA92AA02116F1543147
Octal332222252041261752461107
Binary11011010100100101010101001000011011011111010101001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92AA; }

 p { color: rgb(218,146,170); }

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

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

 a { background-color: rgb(218,146,170); }

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

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

 span { border-color: rgb(218,146,170); }

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