#DA8BA4

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

Shades of Kobi #DA8BA4

Tints of Kobi #DA8BA4

Color information

#DA8BA4 (or 0xDA8BA4) is unknown color: approx Kobi. HEX triplet: DA, 8B and A4. RGB value is (218,139,164). Sum of RGB (Red+Green+Blue) = 218+139+164=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BA4 is #25745B. Grayscale: #A5A5A5. Windows color (decimal): -2454620 or 10783706. OLE color: 10783706.

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

Color convert

RGB218139164-
CMYK00.360.250.15
HSL341.01º51.63%70%-
HSV(B)341.01º36.24%85.49%-
XYZ44.8536.0539.72-
YUV165.47127.17165.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=41.84%
G=26.68%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813916400.360.250.15341.0151.6370
HexDA8BA402419F1553446
Octal332213244044311752564106
Binary11011010100010111010010001001001100111111010101011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BA4; }

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

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

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

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

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

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

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

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