#DC94AE

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

Shades of Kobi #DC94AE

Tints of Kobi #DC94AE

Color information

#DC94AE (or 0xDC94AE) is unknown color: approx Kobi. HEX triplet: DC, 94 and AE. RGB value is (220,148,174). Sum of RGB (Red+Green+Blue) = 220+148+174=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94AE is #236B51. Grayscale: #ACACAC. Windows color (decimal): -2321234 or 11441372. OLE color: 11441372.

HSL color Cylindrical-coordinate representation of color #DC94AE: hue angle of 338.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94AE is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220148174-
CMYK00.330.210.14
HSL338.33º50.7%72.16%-
HSV(B)338.33º32.73%86.27%-
XYZ47.7539.4545.14-
YUV172.49128.85161.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=40.59%
G=27.31%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014817400.330.210.14338.3350.772.16
HexDC94AE02115E1523348
Octal334224256041251652263110
Binary11011100100101001010111001000011010111101010100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94AE; }

 p { color: rgb(220,148,174); }

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

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

 a { background-color: rgb(220,148,174); }

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

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

 span { border-color: rgb(220,148,174); }

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