#DAA4B3

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

Shades of Kobi #DAA4B3

Tints of Kobi #DAA4B3

Color information

#DAA4B3 (or 0xDAA4B3) is unknown color: approx Kobi. HEX triplet: DA, A4 and B3. RGB value is (218,164,179). Sum of RGB (Red+Green+Blue) = 218+164+179=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4B3 is #255B4C. Grayscale: #B5B5B5. Windows color (decimal): -2448205 or 11773146. OLE color: 11773146.

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

Color convert

RGB218164179-
CMYK00.250.180.15
HSL343.33º42.19%74.9%-
HSV(B)343.33º24.77%85.49%-
XYZ50.3344.7148.63-
YUV181.86126.39153.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 179 (70.31% from 255) = 31.91%
R=38.86%
G=29.23%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816417900.250.180.15343.3342.1974.9
HexDAA4B301912F1572a4b
Octal332244263031221752752113
Binary1101101010100100101100110110011001011111010101111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4B3; }

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

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

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

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

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

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

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

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