#DA9CAE

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

Shades of Kobi #DA9CAE

Tints of Kobi #DA9CAE

Color information

#DA9CAE (or 0xDA9CAE) is unknown color: approx Kobi. HEX triplet: DA, 9C and AE. RGB value is (218,156,174). Sum of RGB (Red+Green+Blue) = 218+156+174=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9CAE is #256351. Grayscale: #B0B0B0. Windows color (decimal): -2450258 or 11443418. OLE color: 11443418.

HSL color Cylindrical-coordinate representation of color #DA9CAE: hue angle of 342.58º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9CAE is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218156174-
CMYK00.280.200.15
HSL342.58º45.59%73.33%-
HSV(B)342.58º28.44%85.49%-
XYZ48.4441.7445.55-
YUV176.59126.54157.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=39.78%
G=28.47%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815617400.280.200.15342.5845.5973.33
HexDA9CAE01C14F1572e49
Octal332234256034241752756111
Binary1101101010011100101011100111001010011111010101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CAE; }

 p { color: rgb(218,156,174); }

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

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

 a { background-color: rgb(218,156,174); }

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

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

 span { border-color: rgb(218,156,174); }

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