#DC94AA

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

Shades of Kobi #DC94AA

Tints of Kobi #DC94AA

Color information

#DC94AA (or 0xDC94AA) is unknown color: approx Kobi. HEX triplet: DC, 94 and AA. RGB value is (220,148,170). Sum of RGB (Red+Green+Blue) = 220+148+170=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94AA is #236B55. Grayscale: #ACACAC. Windows color (decimal): -2321238 or 11179228. OLE color: 11179228.

HSL color Cylindrical-coordinate representation of color #DC94AA: hue angle of 341.67º 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 #DC94AA is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220148170-
CMYK00.330.230.14
HSL341.67º50.7%72.16%-
HSV(B)341.67º32.73%86.27%-
XYZ47.3639.343.12-
YUV172.04126.85162.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=40.89%
G=27.51%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014817000.330.230.14341.6750.772.16
HexDC94AA02117E1563348
Octal334224252041271652663110
Binary11011100100101001010101001000011011111101010101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94AA; }

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

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

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

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

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

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

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

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